SearchResponseOfMandate
Response from a search operation with pagination metadata.
- hasType: boolean
More Whether there are more results available beyond this page. True if
(offset + limit) < total. - limitType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32The limit used for this page (echoed from request). Useful for constructing next page requests.
- offsetType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32The offset used for this page (echoed from request). Useful for constructing next page requests.
- resultsType: array object[] · Mandate[]
The search results 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).
- totalType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Total number of results matching the search criteria (before pagination). Useful for displaying "Showing 1-100 of 247 results" in UIs.