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
ServiceIds
array of string
required, max 1000 items
UpdatedUtc
optional, max length 3 months
Interval in which the resource categories were updated.
ActivityStates
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
required, max 1000 items
Resource categories of the resources.
Cursor
string
optional
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
ResourceCategoryIds
array of string
required, max 1000 items
UpdatedUtc
optional
Interval in which the resource category assignments were updated.
ActivityStates
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
required, max 1000 items
Resource category assignments.
Cursor
string
optional
Resource category assignment
Id
string
required
Unique identifier of the assignment.
IsActive
boolean
required
Whether the assignment is still active.
ResourceId
string
required
CategoryId
string
required
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
ResourceCategoryIds
array of string
required, max 1000 items
UpdatedUtc
optional
Interval in which the resource category image assignments were updated.
ActivityStates
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
required, max 1000 items
Resource category image assignments.
Cursor
string
optional
Resource category image assignment
Id
string
required
Unique identifier of the assignment.
IsActive
boolean
required
Whether the assignment is still active.
CategoryId
string
required
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
Was this helpful?