GET access_tokens/configuration/classifications/list
This method returns the access token classifications that are allowed to be used to classify access tokens. Multiple access token classifications are returned by each call
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved access token classification |
name | String | The name of the retrieved access token classification |
alternative_code | String | The alternative code of the access token classification |
description | String | A description of the retrieved access token classification |
log_information | Log Information Object | The log information of the retrieved access token classification |
Referred Objects Response Data