GET
/
api2
/
v1
/
xmlAssistantProfiles
Get XML assistant profiles for organization
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/xmlAssistantProfiles
{
  "totalElements": 123,
  "totalPages": 123,
  "pageSize": 123,
  "pageNumber": 123,
  "numberOfElements": 123,
  "content": [
    {
      "uid": "<string>",
      "name": "<string>",
      "description": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "createdBy": {
        "firstName": "<string>",
        "lastName": "<string>",
        "userName": "<string>",
        "email": "<string>",
        "role": "SYS_ADMIN",
        "id": "<string>",
        "uid": "<string>"
      },
      "updatedAt": "2023-11-07T05:31:56Z",
      "updatedBy": {
        "firstName": "<string>",
        "lastName": "<string>",
        "userName": "<string>",
        "email": "<string>",
        "role": "SYS_ADMIN",
        "id": "<string>",
        "uid": "<string>"
      }
    }
  ],
  "sort": {
    "orders": [
      {
        "direction": "ASC",
        "property": "<string>"
      }
    ]
  }
}

Query Parameters

name
string
description
string
createdBy
string
updatedBy
string
createdAt
string
updatedAt
string
pageNumber
integer
default:0
Required range: x >= 0
pageSize
integer
default:50
Required range: 1 <= x <= 1000
sort
enum<string>
Available options:
name,
createdAt,
createdBy,
updatedAt,
updatedBy
order
enum<string>
Available options:
asc,
desc

Response

200
application/json

successful operation

The response is of type object.