Resource categories
Get all resource categories
Returns all categories of resources. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceCategories/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token. |
| array of string | optional, max 1000 items | Unique identifiers of Resource categories. |
| array of string | required, max 1000 items | Unique identifiers of Services to which the resource categories belong. |
| optional, max length 3 months | Interval in which the resource categories were updated. | |
| array of Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of data returned and optional Cursor for the starting point of data. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Resource category | required, max 1000 items | Resource categories of the resources. |
| string | optional | Unique identifier of the last and hence oldest resource category returned. This can be used in Limitation in a subsequent request to fetch the next batch of older resource categories. |
Get all resource category assignments
Returns all resource category assignments. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceCategoryAssignments/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token. |
| array of string | optional, max 1000 items | Unique identifiers of Resource category assignment. |
| array of string | required, max 1000 items | Unique identifiers of Resource categories to which the resource category assignment belong. |
| optional | Interval in which the resource category assignments were updated. | |
| array of Activity state | optional | Whether to return only active, only deleted or both records. |
| array of string | optional, max 1000 items | Unique identifiers of resources to which the resource category assignments belong. |
| required | Limitation on the quantity of data returned and optional Cursor for the starting point of data. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Resource category assignment | required, max 1000 items | Resource category assignments. |
| string | optional | Unique identifier of the last and hence oldest resource category assignment returned. This can be used in Limitation in a subsequent request to fetch the next batch of older resource category assignments. |
Resource category assignment
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the assignment. |
| boolean | required | Whether the assignment is still active. |
| string | required | Unique identifier of the Resource assigned to the Resource category. |
| string | required | Unique identifier of the Resource category. |
| string | required | Creation date and time of the assignment in UTC timezone in ISO 8601 format. |
| string | required | Last update date and time of the assignment in UTC timezone in ISO 8601 format. |
Get all resource category image assignments
Returns all resource category image assignments. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceCategoryImageAssignments/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token. |
| array of string | optional, max 1000 items | Unique identifiers of Resource category image assignments. |
| array of string | required, max 1000 items | Unique identifiers of Resource categories to which the resource category image assignments belong. |
| optional | Interval in which the resource category image assignments were updated. | |
| array of Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of data returned and optional Cursor for the starting point of data. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Resource category image assignment | required, max 1000 items | Resource category image assignments. |
| string | optional | Unique identifier of the last and hence oldest resource category image assignment returned. This can be used in Limitation in a subsequent request to fetch the next batch of older resource category image assignments. |
Resource category image assignment
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the assignment. |
| boolean | required | Whether the assignment is still active. |
| string | required | Unique identifier of the Resource category. |
| string | required | Unique identifier of the image assigned to the Resource category. |
| string | required | Creation date and time of the assignment in UTC timezone in ISO 8601 format. |
| string | required | Last update date and time of the assignment in UTC timezone in ISO 8601 format. |
Last updated