Basic

Paginated list of all parts by the manufacturer identified by id. Supports search and pagination query parameters.

If search is provided, only parts that match the search term in a full-text search will be returned.

get/api/v0/ai/parts/search/{request_id}

Path parameters

request_idstring required

ID of the previous stored search request

request_idstring required

Query parameters

cursorstring

Cursor for pagination. Must be a valid base64 string obtained from the pagination.nextCursor field of a previous response.

limitnumber

Limit for pagination

Response

Successful response

requestIdstring required

The unique identifier for this request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.