GET api/Affiliations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
System.Collections.Generic.IEnumerable`1[Altai.Web.Services.Models.Affiliation]Name | Description | Type | Additional information |
---|---|---|---|
Id | System.Guid |
None. |
|
AccountId | System.Guid |
None. |
|
Name | System.String |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "17fc1ecf-b8fa-4d98-880d-900b1bd7a460", "AccountId": "b16f43f0-d4e3-4859-8794-1a8f552dea02", "Name": "sample string 2" }, { "Id": "17fc1ecf-b8fa-4d98-880d-900b1bd7a460", "AccountId": "b16f43f0-d4e3-4859-8794-1a8f552dea02", "Name": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfAffiliation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Altai.Web.Services.Models"> <Affiliation> <AccountId>b16f43f0-d4e3-4859-8794-1a8f552dea02</AccountId> <Id>17fc1ecf-b8fa-4d98-880d-900b1bd7a460</Id> <Name>sample string 2</Name> </Affiliation> <Affiliation> <AccountId>b16f43f0-d4e3-4859-8794-1a8f552dea02</AccountId> <Id>17fc1ecf-b8fa-4d98-880d-900b1bd7a460</Id> <Name>sample string 2</Name> </Affiliation> </ArrayOfAffiliation>