...
All URIs are relative to http://<your_SC_server_FQDN>
Class | Method | HTTP request | Description |
ArtifactApi |
| POST /artifacts | Create a new artifact |
ArtifactApi |
| DELETE /artifacts/{key} | Delete an artifact given the artifact key |
ArtifactApi |
| POST /artifacts/external/id | Get an artifact given the artifact external id |
ArtifactApi |
| GET /artifacts/{key} | Get an artifact given the artifact key |
ArtifactApi |
| GET /artifacts/{key}/versions/{version} | Get an artifact given the artifact key and version |
ArtifactApi |
| GET /artifacts/{key}/versions | Get all versions of an artifact given the artifact key |
ArtifactApi |
| GET /artifacts | Get all artifacts |
ArtifactApi |
| PUT /artifacts/{key} | Update artifact given the artifact key |
ArtifactTypeApi |
| POST /types/artifact | Create a new Artifact type |
ArtifactTypeApi |
| DELETE /types/artifact/{key} | Delete an Artifact type given the Artifact type key |
ArtifactTypeApi |
| POST /types/artifact/external/id | Get an artifact type given the artifact type external id |
ArtifactTypeApi |
| GET /types/artifact/{key} | Get an Artifact type given the Artifact type key |
ArtifactTypeApi |
| GET /types/artifact/{key}/attribdefs/{id} | Get an attribute definition of an artifact type given the artifact type key and attribute definition id |
ArtifactTypeApi |
| GET /types/artifact | Get all artifact types |
ArtifactTypeApi |
| PUT /types/artifact/{key} | Update an Artifact type given the Artifact key |
AuthApi |
| GET /signUp/superuser | Sign-up super user |
AuthApi |
| POST /signUp | Create a new user (sign-up) |
AuthApi |
| POST /account/disable | Disable internal user |
AuthApi |
| POST /account/enable | Enable internal user |
AuthApi |
| POST /password/reset | Reset user password |
AuthApi |
| POST /signIn | Sign-in a user |
AuthApi |
| POST /authenticate/{provider} | Authenticate user through Auth Provider e.g LDAP |
AuthApi |
| GET /signOut | Sign-out a user |
AuthApi |
| POST /password/change | Change user password |
ContainerApi |
| POST /containers | Create a new container |
ContainerApi |
| DELETE /containers/{key} | Delete a container given the container key |
ContainerApi |
| POST /containers/external/id | Get a container given the container external id |
ContainerApi |
| GET /containers/{key} | Get a container given the container key |
ContainerApi |
| GET /containers | Get all containers |
ContainerApi |
| PUT /containers/{key} | Update a container given the container key |
ContainerTypeApi |
| POST /types/container | Create a new Container type |
ContainerTypeApi |
| DELETE /types/container/{key} | Delete a Container type given the container type key |
ContainerTypeApi |
| POST /types/container/external/id | Get a container type given the container type external id |
ContainerTypeApi |
| GET /types/container/{key} | Get a Container type given the Container type key |
ContainerTypeApi |
| GET /types/container/{key}/attribdefs/{id} | Get a attribute definition of container type given the container type key and attribute definition id |
ContainerTypeApi |
| GET /types/container | Get all container types |
ContainerTypeApi |
| PUT /types/container/{key} | Update a Container type given the Container key |
GraphApi |
| POST /graph/query/raw | Get result of a graph query |
RelationApi |
| POST /relations | Create a new relation |
RelationApi |
| DELETE /relations/{key} | Delete a relation given the relation key |
RelationApi |
| POST /relations/external/id | Get a relation given the relation external id |
RelationApi |
| GET /relations/{key} | Get a relation given the relation key |
RelationApi |
| GET /relations/{key}/versions/{version} | Get a relation given the relation key and version |
RelationApi |
| GET /relations/{key}/versions | Get all versions of a relation given the relation key |
RelationApi |
| GET /relations | Get all relations |
RelationApi |
| PUT /relations/{key} | Update relation given the relation key |
RelationTypeApi |
| POST /types/relation | Create a new Relation type |
RelationTypeApi |
| DELETE /types/relation/{key} | Delete a Relation type given the Relation type key |
RelationTypeApi |
| POST /types/relation/external/id | Get a relation type given the relation type external id |
RelationTypeApi |
| GET /types/relation/{key} | Get a Relation type given the Relation type key |
RelationTypeApi |
| GET /types/relation/{key}/attribdefs/{id} | Get an attribute definition of relation type given the relation type key and attribute definition id |
RelationTypeApi |
| GET /types/relation | Get all relation types |
RelationTypeApi |
| PUT /types/relation/{key} | Update a Relation type given the Relation key |
RepositoryApi |
| POST /repositories | Create a new repository |
RepositoryApi |
| DELETE /repositories/{key} | Delete a repository given the repository key |
RepositoryApi |
| GET /repositories | Get all repositories |
RepositoryApi |
| POST /repositories/external/id | Get a repository given the repository external id |
RepositoryApi |
| GET /repositories/{key} | Get a repository given the repository key |
RepositoryApi |
| PUT /repositories/{key} | Update a repository given the repository key |
RepositoryTypeApi |
| POST /types/repository | Create a new repository type |
RepositoryTypeApi |
| DELETE /types/repository/{key} | Delete a repository type given the repository type key |
RepositoryTypeApi |
| POST /types/repository/external/id | Get a repository type given the repository type external id |
RepositoryTypeApi |
| GET /types/repository/{key} | Get a repository type given the repository type key |
RepositoryTypeApi |
| GET /types/repository/{key}/attribdefs/{id} | Get a attribute definition of repository type given the repository type key and attribute definition id |
RepositoryTypeApi |
| GET /types/repository | Get all repository types |
RepositoryTypeApi |
| PUT /types/repository/{key} | Update a repository type given the repository key |
UserApi |
| DELETE /users/{key} | Delete a user given the user key |
UserApi |
| GET /users/{key} | Get a user given the user key |
UserApi |
| GET /users/username/{username} | Get a user given the user name |
UserApi |
| GET /users | Get all users |
UserApi |
| PUT /users/{key} | Update a user given the user key |
Documentation For Models
Authors
Intercax DevTeam,
OpenAPI
...