GET forms/dispatcher
Get a list of forms, for the logged in dispatcher. This can only be called by a dispatcher
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| options | More info on how to search in the list of forms will be available in an upcoming release |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Uri": "/forms/4",
"CreatedAt": "2025-12-08T00:54:56.902036+01:00",
"LastUpdatedAt": "2025-12-08T00:54:56.902036+01:00",
"Id": 4,
"Name": "sample string 5",
"TypeId": 6,
"AddressId": 7,
"CompanyName": "sample string 8",
"StreetNr": "sample string 9",
"Zip": "sample string 10",
"City": "sample string 11",
"CountryCode": "sample string 12",
"DispatcherId": 1,
"Status": "sample string 13",
"CurrentVersion": 14,
"CustomFields": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
}
]
},
{
"Uri": "/forms/4",
"CreatedAt": "2025-12-08T00:54:56.902036+01:00",
"LastUpdatedAt": "2025-12-08T00:54:56.902036+01:00",
"Id": 4,
"Name": "sample string 5",
"TypeId": 6,
"AddressId": 7,
"CompanyName": "sample string 8",
"StreetNr": "sample string 9",
"Zip": "sample string 10",
"City": "sample string 11",
"CountryCode": "sample string 12",
"DispatcherId": 1,
"Status": "sample string 13",
"CurrentVersion": 14,
"CustomFields": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
}
]
},
{
"Uri": "/forms/4",
"CreatedAt": "2025-12-08T00:54:56.902036+01:00",
"LastUpdatedAt": "2025-12-08T00:54:56.902036+01:00",
"Id": 4,
"Name": "sample string 5",
"TypeId": 6,
"AddressId": 7,
"CompanyName": "sample string 8",
"StreetNr": "sample string 9",
"Zip": "sample string 10",
"City": "sample string 11",
"CountryCode": "sample string 12",
"DispatcherId": 1,
"Status": "sample string 13",
"CurrentVersion": 14,
"CustomFields": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"PopUpOnTablet": true
}
]
}
]
