Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 1.21 KB

response-events-orgs-search.md

File metadata and controls

57 lines (48 loc) · 1.21 KB

Response Events Orgs Search

This model accepts additional fields of type interface{}.

Structure

ResponseEventsOrgsSearch

Fields

Name Type Tags Description
End *int Optional -
Limit *int Optional -
Results []models.OrgEvent Optional -
Start *int Optional -
Total *int Optional -
AdditionalProperties map[string]interface{} Optional -

Example (as JSON)

{
  "end": 1688035193,
  "limit": 10,
  "start": 1687948793,
  "results": [
    {
      "org_id": "00002492-0000-0000-0000-000000000000",
      "text": "text4",
      "timestamp": 2.64,
      "type": "type4",
      "exampleAdditionalProperty": {
        "key1": "val1",
        "key2": "val2"
      }
    },
    {
      "org_id": "00002492-0000-0000-0000-000000000000",
      "text": "text4",
      "timestamp": 2.64,
      "type": "type4",
      "exampleAdditionalProperty": {
        "key1": "val1",
        "key2": "val2"
      }
    }
  ],
  "total": 108,
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}