/
EC
ec-jrc
/
Interoperability Test Bed REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Community management
14
Configuration
19
Conformance statements
8
Domain management
23
get
Get the domain linked to the community identified by the community API key provided for authorisation.
put
Create a domain.
post
Update a domain. The target domain is the one linked to the community identified by the community API key provided for authorisation.
get
Get a domain.
post
Update a domain.
delete
Delete a domain.
get
Search for domains.
put
Create a specification group.
get
Get a specification group.
post
Update a specification group.
delete
Delete a specification group.
get
Search for specification groups under a given domain.
put
Create a specification.
get
Get a specification.
post
Update a specification.
delete
Delete a specification.
get
Search for specifications under a given domain that are not defined within a group.
get
Search for specifications under a given specification group.
put
Create an actor.
get
Get an actor.
post
Update an actor.
delete
Delete an actor.
get
Search for actors under a given specification.
Test sessions
4
Test suites
6
Domain management
Delete an actor.
delete
/actor/{actor}
Path parameters
actor
string
required
The key identifying the target specification.
Response
Actor deleted.
Changes