Actionstep Participant Additional Notification Methods API is one of 35 APIs that Actionstep publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Participant Additional Notification Methods. 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.
Participant Additional Notification Methods 5
GET
/participantadditionalnotificationmethods
Returns a list of all Participant Additional Notification Methods.
→ 200
POST
/participantadditionalnotificationmethods
Create a new Participant Additional Notification Method.
body→ 200
GET
/participantadditionalnotificationmethods/{id}
Returns a single Participant Additional Notification Method.
1 param→ 200
PUT
/participantadditionalnotificationmethods/{id}
Updates a single Participant Additional Notification Method record.
1 parambody→ 200
DELETE
/participantadditionalnotificationmethods/{id}
Delete a single Participant Additional Notification Method record.
1 param→ 204
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are ParticipantAdditionalNotificationMethodPageData (6 properties), UpdateParticipantAdditionalNotificationMethod (4 properties), CreateParticipantAdditionalNotificationMethod (4 properties), ParticipantAdditionalNotificationMethod (4 properties). Each schema is shown below with its type and property counts.