Issue Management

The endpoint for the custom Issues defined on your account.

Retrieve multiple custom Issues based on search critera passed as GET Arguments

get/api/project/

The endpoint for the custom Issues defined on your account.

Securityapi_key and user_name
Request
query Parameters
archived
boolean

Whether the record has been soft-deleted or not.

can_be_tagged_to_interactions
boolean

Whether this issue should be an option for tagging interactions to

creator_id
integer <int64>

User id of the project creator

NOTE: Parameter accepts additional qualifiers appended to the end:
creator__in - The value for the record is in the provided array parameter (comma-separated values).
creator__isnull - The value for the record is null (if true) or is not null.

default
boolean

Whether or not this a default project

id
integer <int64>

The Quorum primary key for this record; guaranteed to be persistent and unique across all objects at this endpoint.

is_grassroots_issue
boolean
is_issue
boolean

NOTE: Parameter accepts additional qualifiers appended to the end:
is_issue__isnull - The value for the record is null (if true) or is not null.

is_limited_to_creator
boolean

Used to permission objects to only the creator of the object

name
string

Name of the project

NOTE: Parameter accepts additional qualifiers appended to the end:
name__in - The value for the record is in the provided array parameter (comma-separated values).
name__contains, name__icontains - The value for the record contains the string provided as a parameter within it (partial match). (Use 'icontains' for matching to be done case-insensitive)
name__startswith, name__istartswith - The value for the record starts with the string provided as a parameter. (Use 'istartswith' for matching to be done case-insensitive)
name__endswith, name__iendswith - The value for the record ends with the string provided as a parameter within it (partial match). (Use 'iendswith' for matching to be done case-insensitive)
name__iexact - The value for the record is a case-insensitive exact match to the provided parameter.
name__isnull - The value for the record is null (if true) or is not null.

organizations
Array of integers <int64>

The organizations that are associated with this project.

NOTE: Parameter accepts additional qualifiers appended to the end:
organizations__overlaps - The value for the record has one or more values in common with the provided array parameter (comma-separated values).

owner_id
integer <int64>

default owner of the project
NOTE: This related object is outside of the scope of our documentation.recommended you contact us at integrations@quorum.us before building anything that relies upon it.

NOTE: Parameter accepts additional qualifiers appended to the end:
owner__in - The value for the record is in the provided array parameter (comma-separated values).
owner__isnull - The value for the record is null (if true) or is not null.

parent_id
integer <int64>

The parent of this project

NOTE: Parameter accepts additional qualifiers appended to the end:
parent__in - The value for the record is in the provided array parameter (comma-separated values).
parent__isnull - The value for the record is null (if true) or is not null.

participants
Array of integers <int64>

The quorumusers that are associated with this project.

NOTE: Parameter accepts additional qualifiers appended to the end:
participants__overlaps - The value for the record has one or more values in common with the provided array parameter (comma-separated values).

project_type
integer <int64>

NOTE: Parameter accepts additional qualifiers appended to the end:
project_type__in - The value for the record is in the provided array parameter (comma-separated values).
project_type__isnull - The value for the record is null (if true) or is not null.

See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name ProjectType, for an explanation of values.

Enum: 1 2 3
teams
Array of integers <int64>

The teams that are associated with this project.

NOTE: Parameter accepts additional qualifiers appended to the end:
teams__overlaps - The value for the record has one or more values in common with the provided array parameter (comma-separated values).

limit
integer <int64>
Default: 20

The number of records to return (for pagination).

offset
integer <int64>
Default: 0

The number of records to offset the start of the data being returned (for pagination).

Responses
200

Project retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Response samples
application/json
{
  • "_extra": { },
  • "archived": true,
  • "can_be_tagged_to_interactions": true,
  • "categories": [
    ],
  • "converted": true,
  • "cost": 0,
  • "creator": "/api/user/1/",
  • "creator_edit_only": true,
  • "creator_username": "string",
  • "deadline": "2019-08-24T14:15:22Z",
  • "default": true,
  • "due_date": "string",
  • "grassroots_order": 0,
  • "grassroots_page_layout_type": 1,
  • "grassroots_vanity_url_slug": "string",
  • "icon": "string",
  • "id": 0,
  • "image_url": "string",
  • "is_carryover": true,
  • "is_grassroots_issue": true,
  • "is_issue": true,
  • "is_limited_to_creator": true,
  • "is_visible_to_partners": true,
  • "issue_expert": "string",
  • "limited_to_teams": [
    ],
  • "long_description": "string",
  • "magic_boards": [
    ],
  • "management_statistics": { },
  • "name": "string",
  • "number_of_campaign_actions": 0,
  • "number_of_campaigns": 0,
  • "number_of_interactions": 0,
  • "organizations": [
    ],
  • "parent": "/api/project/1/",
  • "participants": [
    ],
  • "priority": 1,
  • "project_type": 1,
  • "region_tag": "string",
  • "related_region": "string",
  • "remove_with_stance": true,
  • "resource_uri": "string",
  • "search_terms": [
    ],
  • "short_description": "string",
  • "shown_in_table": true,
  • "teams": [
    ],
  • "year": 0
}

Retrieve information on a single custom Issue defined on your account

get/api/project/{id}/

The endpoint for the custom Issues defined on your account.

Securityapi_key and user_name
Request
path Parameters
id
required
integer <int64>

The Quorum primary key for this record; guaranteed to be persistent and unique across all objects at this endpoint.

Responses
200

Project retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Response samples
application/json
{
  • "_extra": { },
  • "archived": true,
  • "can_be_tagged_to_interactions": true,
  • "categories": [
    ],
  • "converted": true,
  • "cost": 0,
  • "creator": "/api/user/1/",
  • "creator_edit_only": true,
  • "creator_username": "string",
  • "deadline": "2019-08-24T14:15:22Z",
  • "default": true,
  • "due_date": "string",
  • "grassroots_order": 0,
  • "grassroots_page_layout_type": 1,
  • "grassroots_vanity_url_slug": "string",
  • "icon": "string",
  • "id": 0,
  • "image_url": "string",
  • "is_carryover": true,
  • "is_grassroots_issue": true,
  • "is_issue": true,
  • "is_limited_to_creator": true,
  • "is_visible_to_partners": true,
  • "issue_expert": "string",
  • "limited_to_teams": [
    ],
  • "long_description": "string",
  • "magic_boards": [
    ],
  • "management_statistics": { },
  • "name": "string",
  • "number_of_campaign_actions": 0,
  • "number_of_campaigns": 0,
  • "number_of_interactions": 0,
  • "organizations": [
    ],
  • "parent": "/api/project/1/",
  • "participants": [
    ],
  • "priority": 1,
  • "project_type": 1,
  • "region_tag": "string",
  • "related_region": "string",
  • "remove_with_stance": true,
  • "resource_uri": "string",
  • "search_terms": [
    ],
  • "short_description": "string",
  • "shown_in_table": true,
  • "teams": [
    ],
  • "year": 0
}

Update a single Issue Management by ID

patch/api/project/{id}/

The endpoint for the custom Issues defined on your account.

Securityapi_key and user_name
Request
path Parameters
id
required
integer <int64>

The Quorum primary key for this record; guaranteed to be persistent and unique across all objects at this endpoint.

Request Body schema: application/json
object
Responses
200

Project retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Request samples
application/json
{ }
Response samples
application/json
{
  • "_extra": { },
  • "archived": true,
  • "can_be_tagged_to_interactions": true,
  • "categories": [
    ],
  • "converted": true,
  • "cost": 0,
  • "creator": "/api/user/1/",
  • "creator_edit_only": true,
  • "creator_username": "string",
  • "deadline": "2019-08-24T14:15:22Z",
  • "default": true,
  • "due_date": "string",
  • "grassroots_order": 0,
  • "grassroots_page_layout_type": 1,
  • "grassroots_vanity_url_slug": "string",
  • "icon": "string",
  • "id": 0,
  • "image_url": "string",
  • "is_carryover": true,
  • "is_grassroots_issue": true,
  • "is_issue": true,
  • "is_limited_to_creator": true,
  • "is_visible_to_partners": true,
  • "issue_expert": "string",
  • "limited_to_teams": [
    ],
  • "long_description": "string",
  • "magic_boards": [
    ],
  • "management_statistics": { },
  • "name": "string",
  • "number_of_campaign_actions": 0,
  • "number_of_campaigns": 0,
  • "number_of_interactions": 0,
  • "organizations": [
    ],
  • "parent": "/api/project/1/",
  • "participants": [
    ],
  • "priority": 1,
  • "project_type": 1,
  • "region_tag": "string",
  • "related_region": "string",
  • "remove_with_stance": true,
  • "resource_uri": "string",
  • "search_terms": [
    ],
  • "short_description": "string",
  • "shown_in_table": true,
  • "teams": [
    ],
  • "year": 0
}

Create a single Issue Management

post/api/project/{id}/

The endpoint for the custom Issues defined on your account.

Securityapi_key and user_name
Request
path Parameters
id
required
integer <int64>

The Quorum primary key for this record; guaranteed to be persistent and unique across all objects at this endpoint.

Request Body schema: application/json
object
Responses
200

Project retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Request samples
application/json
{ }
Response samples
application/json
{
  • "_extra": { },
  • "archived": true,
  • "can_be_tagged_to_interactions": true,
  • "categories": [
    ],
  • "converted": true,
  • "cost": 0,
  • "creator": "/api/user/1/",
  • "creator_edit_only": true,
  • "creator_username": "string",
  • "deadline": "2019-08-24T14:15:22Z",
  • "default": true,
  • "due_date": "string",
  • "grassroots_order": 0,
  • "grassroots_page_layout_type": 1,
  • "grassroots_vanity_url_slug": "string",
  • "icon": "string",
  • "id": 0,
  • "image_url": "string",
  • "is_carryover": true,
  • "is_grassroots_issue": true,
  • "is_issue": true,
  • "is_limited_to_creator": true,
  • "is_visible_to_partners": true,
  • "issue_expert": "string",
  • "limited_to_teams": [
    ],
  • "long_description": "string",
  • "magic_boards": [
    ],
  • "management_statistics": { },
  • "name": "string",
  • "number_of_campaign_actions": 0,
  • "number_of_campaigns": 0,
  • "number_of_interactions": 0,
  • "organizations": [
    ],
  • "parent": "/api/project/1/",
  • "participants": [
    ],
  • "priority": 1,
  • "project_type": 1,
  • "region_tag": "string",
  • "related_region": "string",
  • "remove_with_stance": true,
  • "resource_uri": "string",
  • "search_terms": [
    ],
  • "short_description": "string",
  • "shown_in_table": true,
  • "teams": [
    ],
  • "year": 0
}