curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/providers{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/providers{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}Page number, starting with 0, default 0
x >= 0Page size, accepts values between 1 and 50, default 50
1 <= x <= 50successful operation
Was this page helpful?