GET /v3/boards

Get all boards that the user participates in

Servers

Request headers

Name Type Required Description
Accept-Language String No

Provide a header to specify the language of result values. Supported values: cs (iStock only), de, en-GB, en-US, es, fi (iStock only), fr, hu (iStock only), id (iStock only), it, ja, ko (creative assets only), nl, pl (creative assets only), pt-BR, pt-PT, ro (iStock only), ru (creative assets only), sv, th (iStock only), tr, uk (iStock only), vi (iStock only), zh-HK (creative assets only).

Query parameters

Name Type Required Description
page Integer No

Request results starting at a page number (default is 1).

Default value: 1

sort_order String No

Sort the list of boards by last update date or name. Defaults to date_last_updated_descending.

Valid values:

  • "date_last_updated_descending"
  • "name_decending"
  • "name_ascending"
  • "date_last_updated_ascending"
board_relationship String No

Search for boards the user owns or has been invited to as an editor.

Valid values:

  • "invited"
  • "owned"
pageSize Integer No

Request number of boards to return in each page. (default is 30).

Default value: 30

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.