GET api/providers/external/{clientId}
Gets all the external providers assigned for the client doing the request Consumers: Client Portal
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
temporary parameter to pass the client id of the user doing the request; this will be removed when the token provides this info. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An Http response message with the following status codes: 200 = success (includes the profile data found), 400 = bad request (the request is malformed or with invalid data), 404 = not found (this is returned when there is no profile data) 500 = something went wrong (the request was not processed).
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |