GET api/AuthorizedServices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AuthorizedServiceName | Description | Type | Additional information |
---|---|---|---|
AuthorizationID | string |
Required String length: inclusive between 0 and 20 |
|
BSPIService | integer |
None. |
|
CCSPService | integer |
None. |
|
CEService | integer |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AuthorizationID": "sample string 1", "BSPIService": 1, "CCSPService": 1, "CEService": 1, "ID": 2 }, { "AuthorizationID": "sample string 1", "BSPIService": 1, "CCSPService": 1, "CEService": 1, "ID": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfAuthorizedService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AuthorizedService> <AuthorizationID>sample string 1</AuthorizationID> <BSPIService>1</BSPIService> <CCSPService>1</CCSPService> <CEService>1</CEService> <ID>2</ID> </AuthorizedService> <AuthorizedService> <AuthorizationID>sample string 1</AuthorizationID> <BSPIService>1</BSPIService> <CCSPService>1</CCSPService> <CEService>1</CEService> <ID>2</ID> </AuthorizedService> </ArrayOfAuthorizedService>