Actionstep Data Collection Field Dropdown Choices API is one of 35 APIs that Actionstep publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Data Collection Field Dropdown Choices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and rate-limit docs.
This API exposes
5 operations
across 2 paths,
and defines 10 schemas.
It is described by OpenAPI 3.0.3, at version 1.0.
Requests are made against the base URL https://api.actionstep.com.
5 operations2 paths10 schemas1 DELETE2 GET1 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.actionstep.com
Resource Areas
1
Paths & Operations 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Data Collection Field Dropdown Choices 5
GET
/datacollectionfielddropdownchoices
Returns the collection of all data collection field dropdown choice records.
→ 200
POST
/datacollectionfielddropdownchoices
Create a new data collection field dropdown choice record.
body→ 200
GET
/datacollectionfielddropdownchoices/{id}
Returns a single data collection field dropdown choice record.
1 param→ 200
PUT
/datacollectionfielddropdownchoices/{id}
Updates a single data collection field dropdown choice record.
1 parambody→ 200
DELETE
/datacollectionfielddropdownchoices/{id}
Delete a single data collection field dropdown choice record.
1 param→ 204
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are DataCollectionFieldDropdownChoiceRecord (7 properties), DataCollectionFieldDropdownChoiceRecordPageData (6 properties), CreateDataCollectionFieldDropdownChoiceRecord (6 properties), UpdateDataCollectionFieldDropdownChoiceRecord (6 properties). Each schema is shown below with its type and property counts.