Lookup Ipo's single card
The following cards are available: [organization, press_references]
Path parameters
UUID or permalink of desired entity
An ipo card to lookup
Query parameters
Card fields to include on the specified card - array of field_id strings in JSON encoded as string
Lookup uuid of the last item in the previous page (not required for first page). Used to iterate a card's results starting at the beginning of the ordered set and moving forward. Suitable for implementing "next page" functionality. May not be provided simultaneously with before_id.
Lookup uuid of the first item in the previous page (not required for first page). Used to iterate a card's results starting at the end of the ordered set and moving backward. Suitable for implementing "previous page" functionality. May not be provided simultaneously with after_id.
Field name with order direction (asc/desc)
Number of rows to return. Default is 100, min is 1, max is 100.
Response
Results are identifiers matching the search query
Changes
No recorded changes to this endpoint across all 1 revision of this API.