Resource:Collection: of apicredentialC# Rel Const:Rels.PropertySvc.ApiCredentialsURI template:api/credentialsObtain URI from:
Get all client registrations specific to the authenticated user's ThreePl
Success status: 200; Response is cacheable
Type | Description | |
---|---|---|
TotalResults | int | |
ResourceList | IList<Property.Models.ClientCredential> | |
Description | string | |
ClientId | string | |
ClientSecret | string | |
HostName | string | |
CustomerId | int? ... | |
ClientCredentialId | int | |
Roles | string | |
DisabledByTpl | bool | |
DisabledBySysAdmin | bool | |
Links | IList<WebApi.Hal.Link> | |
- edit |
{ "totalResults": 1, "_embedded": { "http://api.3plCentral.com/rels/properties/apicredential": [ { "description": "str", "clientId": "str", "clientSecret": "str", "hostName": "str", "customerId": 1, "clientCredentialId": 5, "roles": "str", "disabledByTpl": true, "disabledBySysAdmin": true } ] } }
Create a new client registration
Success status: 201; ETag response header supplied
Type | Description | |
---|---|---|
Description | string | |
ClientId | string | |
ClientSecret | string | |
HostName | string | |
CustomerId | int? ... | |
ClientCredentialId | int | |
Roles | string | |
DisabledByTpl | bool | |
DisabledBySysAdmin | bool |
Sample content-type: application/hal+json |
{ "description": "str", "clientId": "str", "clientSecret": "str", "hostName": "str", "customerId": 1, "clientCredentialId": 5, "roles": "str", "disabledByTpl": true, "disabledBySysAdmin": true }
Type | Description | |
---|---|---|
Description | string | |
ClientId | string | |
ClientSecret | string | |
HostName | string | |
CustomerId | int? ... | |
ClientCredentialId | int | |
Roles | string | |
DisabledByTpl | bool | |
DisabledBySysAdmin | bool | |
Links | IList<WebApi.Hal.Link> | |
- edit |
{ "description": "str", "clientId": "str", "clientSecret": "str", "hostName": "str", "customerId": 1, "clientCredentialId": 5, "roles": "str", "disabledByTpl": true, "disabledBySysAdmin": true }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.