curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/clients{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"externalId": "<string>",
"note": "<string>",
"displayNoteInProject": true,
"priceList": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/clients{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"externalId": "<string>",
"note": "<string>",
"displayNoteInProject": true,
"priceList": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}Unique name of the Client
Uid of user
NAME, DATE_CREATED ASC, DESC Page number, starting with 0, default 0
x >= 0Page size, accepts values between 1 and 50, default 50
1 <= x <= 50successful operation
Show child attributes
Default: false
Show child attributes
Show child attributes
SYS_ADMIN, SYS_ADMIN_READ, ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER Show child attributes
SYS_ADMIN, SYS_ADMIN_READ, ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER Was this page helpful?