CasesRetrieve all data about an individual form case

Retrieve all data about an individual form case

curl -X GET "https://www.my-site.com/api/site/v2/forms/1/cases/1234" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "x-site-id: YOUR_API_KEY"
{}
GET
/forms/{form}/cases/{id}
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: x-api-key)
x-api-keystring
Required

Your Siteglide API key

Your Siteglide API key
API Key (header: x-site-id)
x-site-idstring
Required

The ID of the Siteglide site you are working with (not an API key — just the numeric site ID)

The ID of the Siteglide site you are working with (not an API key — just the numeric site ID)
path
formstring
Required

The ID of your form

path
idstring
Required

The ID of the case

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your Siteglide API key

header
x-site-idstring
Required

API Key for authentication. The ID of the Siteglide site you are working with (not an API key — just the numeric site ID)

Path Parameters

formstring
Required

The ID of your form

Example:
1
idstring
Required

The ID of the case

Example:
1234

Responses

OK