List

adobe Stock Asset Api Get Asset List V1Execute Get

Search for images based on search criteria

get

/V1/adobestock/asset/list

Query parameters
searchCriteria[requestName]string
Example: <string>
searchCriteria[filterGroups][0][filters][0][field]string

Field

Example: <string>
searchCriteria[filterGroups][0][filters][0][value]string

Value

Example: <string>
searchCriteria[filterGroups][0][filters][0][conditionType]string

Condition type

Example: <string>
searchCriteria[sortOrders][0][field]string

Sorting field.

Example: <string>
searchCriteria[sortOrders][0][direction]string

Sorting direction.

Example: <string>
searchCriteria[pageSize]string

Page size.

Example: <integer>
searchCriteria[currentPage]string

Current page.

Example: <integer>
Responses
curl -L \
  --url 'http://{{baseurl}}/V1/adobestock/asset/list'
{
  "items": [
    {
      "id": 49892386,
      "custom_attributes": [
        {
          "attribute_code": "nisi esse ex nostrud",
          "value": "sunt"
        },
        {
          "attribute_code": "anim tempor reprehenderit",
          "value": "consequat est ullamco"
        }
      ]
    },
    {
      "id": -51877456,
      "custom_attributes": [
        {
          "attribute_code": "non et",
          "value": "ex veniam"
        },
        {
          "attribute_code": "tempor laboris sunt pariatur",
          "value": "id esse"
        }
      ]
    }
  ],
  "aggregations": {
    "buckets": [
      {
        "name": "qui fugiat esse do",
        "values": [
          {
            "value": "proident dolor nisi eu",
            "metrics": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ]
          },
          {
            "value": "amet velit cillum",
            "metrics": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ]
          }
        ]
      },
      {
        "name": "velit ipsum laboris",
        "values": [
          {
            "value": "elit ut do",
            "metrics": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ]
          },
          {
            "value": "ut ",
            "metrics": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ]
          }
        ]
      }
    ],
    "bucket_names": [
      "non dolore",
      "in laborum adipisicing"
    ]
  },
  "search_criteria": {
    "request_name": "laborum tempor ess",
    "filter_groups": [
      {
        "filters": [
          {
            "field": "non dolore do",
            "value": "nisi qui",
            "condition_type": "exercitation reprehenderit si"
          },
          {
            "field": "",
            "value": "incididunt ut",
            "condition_type": "cupidatat tempor"
          }
        ]
      },
      {
        "filters": [
          {
            "field": "Excepteur irure sed nostrud",
            "value": "eiusmod minim",
            "condition_type": ""
          },
          {
            "field": "labore magna sed enim ea",
            "value": "irure dolor ut eiusmod eu",
            "condition_type": "sit velit"
          }
        ]
      }
    ],
    "sort_orders": [
      {
        "field": "qui ex reprehenderit",
        "direction": "proident aute occaecat aliquip"
      },
      {
        "field": "nostrud aliqua proident labore pariatur",
        "direction": "velit laboris"
      }
    ],
    "page_size": 28844979,
    "current_page": 77335562
  },
  "total_count": -35256403
}