curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/ResourceTypes
{
"schemas": [
"<string>"
],
"totalResults": 123,
"startIndex": 123,
"itemsPerPage": 123,
"Resources": [
{
"schemas": [
"<string>"
],
"id": "<string>",
"externalId": "<string>",
"applicationExternalId": "<string>",
"meta": {
"resourceType": "<string>",
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"location": "<string>",
"version": "<string>"
},
"status": "<string>",
"name": "<string>",
"description": "<string>",
"endpoint": "<string>",
"schema": "<string>",
"schemaExtensions": [
{
"schema": "<string>",
"required": true
}
]
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/ResourceTypes
{
"schemas": [
"<string>"
],
"totalResults": 123,
"startIndex": 123,
"itemsPerPage": 123,
"Resources": [
{
"schemas": [
"<string>"
],
"id": "<string>",
"externalId": "<string>",
"applicationExternalId": "<string>",
"meta": {
"resourceType": "<string>",
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"location": "<string>",
"version": "<string>"
},
"status": "<string>",
"name": "<string>",
"description": "<string>",
"endpoint": "<string>",
"schema": "<string>",
"schemaExtensions": [
{
"schema": "<string>",
"required": true
}
]
}
]
}
The response is of type object
.