Successful requests will return JSON objects. The structure of the returned JSON will depend on the endpoint called.
{
[
{
id: ..,
title: ..,
accession_number: ...,
primary_image: ...
},
{
id: ..,
title: ..,
accession_number: ...,
primary_image: ...
},
...
]
}
{
[
{
id: ...,
title: ...,
start_date: ...,
end_date: ...,
organizing_department: ...,
primary_image: ...,
primary_image_id: ...,
status: ...,
location: ...,
location_id: ...
},
{
id: ...,
title: ...,
start_date: ...,
end_date: ...,
organizing_department: ...,
primary_image: ...,
primary_image_id: ...,
status: ...,
location: ...,
location_id: ...
},
...
]
}