GET api/Spaces/{spaceId}/CustomForm
Get the form data for a specific space Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| spaceId |
Guid |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A dictionary of field names and values
Dictionary of string [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}