Designs
List only designs (not templates)
List all designs (not templates) you have access to with the user assigned to the credentials.
This endpoint makes an HTTP GET request to retrieve a list of designs from the specified API endpoint.
Request
Method: GET
Endpoint:
https://api.creatopy.com/v1/designs
Query Parameters:
keyword
(string, optional): The keyword to search for a design nameprojectId
(integer, optional): Return only designs from a projectlimit
(integer, optional): The maximum number of designs to be returned.cursor
(string, optional): A cursor for pagination.apiGenerated
(boolean, optional): Return only designs generated by API (excluded without this true)orderBy
(enum, optional): option to order the response results by next fields:orderDirection
(enum, optional): option to order the response by direction:
Response
Upon a successful execution with a status code of 200, the response will be in JSON format and will include a "response" object containing an array of "nodes" with "id" and "name" properties, as well as a "pageInfo" object with "hasNextPage" and "endCursor" properties.
Request example:
Last updated