English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/references
{ "totalElements": 123, "totalPages": 123, "pageSize": 123, "pageNumber": 123, "numberOfElements": 123, "content": [ { "id": "<string>", "uid": "<string>", "filename": "<string>", "note": "<string>", "dateCreated": "2023-11-07T05:31:56Z", "createdBy": { "firstName": "<string>", "lastName": "<string>", "userName": "<string>", "email": "<string>", "role": "SYS_ADMIN", "id": "<string>", "uid": "<string>" } } ], "sort": { "orders": [ { "direction": "ASC", "property": "<string>" } ] }, "access": { "canCreate": true } }
date time in ISO 8601 UTC format
UID of user
x >= 0
1 <= x <= 50
FILENAME
DATE_CREATED
CREATED_BY
ASC
DESC
successful operation
The response is of type object.
object
Was this page helpful?