Skip to main content

Parallel Works API (3.7.16)

resources

List resources

Returns all resources in your account and resources that have been shared with you.

Authorizations:
ApiKeyAuth

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create resource

Creates a new resource.

Authorizations:
ApiKeyAuth
Request Body schema: application/json
required
description
string

Responses

Request samples

Content type
application/json
{
  • "description": "string"
}

Response samples

Content type
application/json
{ }

Start resource

Starts a given resource

Authorizations:
ApiKeyAuth
query Parameters
name
required
string

Name of the resource to start

id
string

ID of the resource to start

Responses

Response samples

Content type
application/json
{
  • "error": true,
  • "message": "string"
}

Stop resource

Stop a given resource

Authorizations:
ApiKeyAuth
query Parameters
name
required
string

Name of the resource to stop

id
string

ID of the resource to stop

Responses

Response samples

Content type
application/json
{
  • "error": true,
  • "message": "string"
}

workflows

List workflows

Returns all workflows in your account.

Authorizations:
ApiKeyAuth

Responses

Response samples

Content type
application/json
[
  • {
    }
]