GET Tk-Ws/Export/GetOrganizations

Get the list of all organizations available

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Organization
NameDescriptionTypeAdditional information
Id

The Id of the organization

globally unique identifier

None.

Name

The name of the organization

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "37ac18ed-2a78-4b58-bc99-0f2c79b2b717",
    "Name": "sample string 2"
  },
  {
    "Id": "37ac18ed-2a78-4b58-bc99-0f2c79b2b717",
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrganizationWsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.WebService.Dto">
  <OrganizationWsDto>
    <Id>37ac18ed-2a78-4b58-bc99-0f2c79b2b717</Id>
    <Name>sample string 2</Name>
  </OrganizationWsDto>
  <OrganizationWsDto>
    <Id>37ac18ed-2a78-4b58-bc99-0f2c79b2b717</Id>
    <Name>sample string 2</Name>
  </OrganizationWsDto>
</ArrayOfOrganizationWsDto>