/
/Interoperability Test Bed REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Community management14
Configuration19
Conformance statements8
Domain management23
  • getGet the domain linked to the community identified by the community API key provided for authorisation.
  • putCreate a domain.
  • postUpdate a domain. The target domain is the one linked to the community identified by the community API key provided for authorisation.
  • getGet a domain.
  • postUpdate a domain.
  • deleteDelete a domain.
  • getSearch for domains.
  • putCreate a specification group.
  • getGet a specification group.
  • postUpdate a specification group.
  • deleteDelete a specification group.
  • getSearch for specification groups under a given domain.
  • putCreate a specification.
  • getGet a specification.
  • postUpdate a specification.
  • deleteDelete a specification.
  • getSearch for specifications under a given domain that are not defined within a group.
  • getSearch for specifications under a given specification group.
  • putCreate an actor.
  • getGet an actor.
  • postUpdate an actor.
  • deleteDelete an actor.
  • getSearch for actors under a given specification.
Test sessions4
Test suites6
    Domain management

    Get a domain.

    get/domain/{domain}

    Path parameters

    domainstring required

    The key identifying the domain.

    Response

    Domain retrieved.

    shortNamestring required

    The domain's short name.

    fullNamestring required

    The domain's full name.

    descriptionstring

    The domain's description.

    reportMetadatastring

    The domain's additional metadata for XML reports.

    apiKeystring required

    The domain's API key.

    Changes