v1
latestOpenAPI 3.1.02026-07-241695611.0 MBGet Portfolio Item Updates
Path parameters
Query parameters
Filter by notification attributes
Filter by notification attributes
Maximum number of records to return in a single page. Must be between 1 and 1000.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Filter records created on or after this date (format: YYYY-MM-DD).
Filter records created on or after this date (format: YYYY-MM-DD).
Filter records created on or before this date (format: YYYY-MM-DD).
Filter records created on or before this date (format: YYYY-MM-DD).
IANA timezone identifier used to interpret start_date and end_date (defaults to UTC).
IANA timezone identifier used to interpret start_date and end_date (defaults to UTC).
Response
Response
Example response
[
{
"item": {
"search_id": "c623e29e-1f57-11ef-938f-1edb1b067314",
"user": {
"first_name": "Austin",
"last_name": "Taylor",
"email": "jessicasimpson@example.com"
},
"business_id": "ede786f3-33ae-4894-843d-af2025f1d5b0"
}
}
]