PagedResponseOfMandate
Paginated response with cursor-based pagination.
- dataType: array object[] · Mandate[]required
The list of data items for this page.
Investor mandate: investor-side acquisition criteria. Describes what an investor is looking to buy (price range, geographic area, asset types, tags).
- createdType: stringFormat: date-time
Utc requiredCreation timestamp (UTC).
- etagType: stringrequired
ETag for concurrency control.
- idType: stringrequired
Mandate ID.
- nameType: stringrequired
Mandate name.
- updatedType: stringFormat: date-time
Utc requiredLast update timestamp (UTC).
- categoriesType: array object[] · MandateCategory[]
Asset categories with category-specific criteria.
Category within a mandate with category-specific criteria.
- changeType: null | string
Origin Origin channel that triggered this change.
- changeType: null | string
Type Type of change that produced this version: "create", "update", or "delete".
- countryType: null | string
ISO 3166-1 alpha-2 country code for the primary target country.
- deletedType: null | stringFormat: date-time
Utc Deletion timestamp (UTC) if the resource has been deleted.
- descriptionType: null | string
Free-text investment strategy / thesis.
- externalType: array object[] | null · ExternalRef[]
Refs External system references for CRM integration. Each namespace can only appear once.
Represents an external system reference (e.g., Salesforce, HubSpot, Pipedrive). Supports multiple CRM systems simultaneously.
- geography
GeoJSON Polygon/MultiPolygon representing the target acquisition area. Coordinates are [longitude, latitude] (WGS84).
- investmentType: object · PriceRange nullable
Size Investment size range.
- negativeType: array string[] | null
Tags Negative tags (excluded attributes). Mutually exclusive with positiveTags per tag.
- parcelType: object · AreaRange nullable
Area Parcel area range.
- positiveType: array string[] | null
Tags Positive tags (required attributes). Mutually exclusive with negativeTags per tag.
- resolvedType: object · MandateResolvedLocation nullable
Location Location resolved from a named location on write (e.g., "Stockholm"). Write-response only — always null on GET.
- uriType: null | string
Opaque canonical Propstreet entity URI for deep linking.
- yearType: object · YearRange nullable
Built Year built range (e.g., 1990-2010).
- pageType: object · PageInforequired
Pagination metadata.
- hasType: boolean
More requiredTrue if there are more results available after this page.
- pageType: integer | string
Size Pattern: ^-?(?:0|[1-9]\d*)$Format: int32requiredNumber of items requested per page.
- nextType: null | string
Cursor Opaque cursor string to fetch the next page of results. Null if there are no more results.