Error
A valid request URL is required to generate request examples{
"assets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"url": "<string>",
"mimeType": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Assets
List assets
Returns the image assets uploaded to a project group, optionally filtered by a search query and paginated.
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
assets
Error
A valid request URL is required to generate request examples{
"assets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"url": "<string>",
"mimeType": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Path Parameters
Query Parameters
Required range:
x <= 100Required range:
x >= 0Was this page helpful?