[{"label":"Latest (v1.0)","version":"latest"}]
csp
ServiceRolesSearchTermDto
Defines the properties of the service roles used for search.
Properties
string
serviceDefinitionId
Required
The service definition id (without “external” prefix.
array of
ServiceRoleSearchTermDto
serviceRoles
Required
Defines the properties of the service roles used for search.
JSON Example
{
"serviceDefinitionId": "string",
"serviceRoles": [
{}
]
}