Resource categories
Get all resource categories
Returns all categories of resources. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceCategories/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
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.
ResourceCategoryIds
array of string
optional, max 1000 items
Unique identifiers of Resource categories.
ServiceIds
array of string
required, max 1000 items
Unique identifiers of Services to which the resource categories belong.
UpdatedUtc
optional, max length 3 months
Interval in which the resource categories were updated.
ActivityStates
array of Activity state
optional
Whether to return only active, only deleted or both records.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
ResourceCategories
array of Resource category
required, max 1000 items
Resource categories of the resources.
Cursor
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
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
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.
ResourceCategoryAssignmentIds
array of string
optional, max 1000 items
Unique identifiers of Resource category assignment.
ResourceCategoryIds
array of string
required, max 1000 items
Unique identifiers of Resource categories to which the resource category assignment belong.
ActivityStates
array of Activity state
optional
Whether to return only active, only deleted or both records.
ResourceIds
array of string
optional, max 1000 items
Unique identifiers of resources to which the resource category assignments belong.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
ResourceCategoryAssignments
array of Resource category assignment
required, max 1000 items
Resource category assignments.
Cursor
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
Id
string
required
Unique identifier of the assignment.
IsActive
boolean
required
Whether the assignment is still active.
CreatedUtc
string
required
Creation date and time of the assignment in UTC timezone in ISO 8601 format.
UpdatedUtc
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
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
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.
ResourceCategoryImageAssignmentIds
array of string
optional, max 1000 items
Unique identifiers of Resource category image assignments.
ResourceCategoryIds
array of string
required, max 1000 items
Unique identifiers of Resource categories to which the resource category image assignments belong.
UpdatedUtc
optional
Interval in which the resource category image assignments were updated.
ActivityStates
array of Activity state
optional
Whether to return only active, only deleted or both records.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
ResourceCategoryImageAssignments
array of Resource category image assignment
required, max 1000 items
Resource category image assignments.
Cursor
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
Id
string
required
Unique identifier of the assignment.
IsActive
boolean
required
Whether the assignment is still active.
ImageId
string
required
Unique identifier of the image assigned to the Resource category.
CreatedUtc
string
required
Creation date and time of the assignment in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the assignment in UTC timezone in ISO 8601 format.
Last updated