Organizations (Public & Custom)

The endpoint for the Organizations dataset, including all organizations available to your Quorum account. NOTE: This includes both Quorum-provided organizations and your Custom Organizations, if applicable.

Retrieve multiple Organizations based on search critera passed as GET Arguments

get/api/publicorganization/

The endpoint for the Organizations dataset, including all organizations available to your Quorum account. NOTE: This includes both Quorum-provided organizations and your Custom Organizations, if applicable.

Securityapi_key and user_name
Request
query Parameters
_ph_sector_type
integer <int64>

NOTE: Parameter accepts additional qualifiers appended to the end:
_ph_sector_type__in - The value for the record is in the provided array parameter (comma-separated values).
_ph_sector_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 SectorType, for an explanation of values.

Enum: 1 2
abbrev
string

An abbreviation for the public organization.

NOTE: Parameter accepts additional qualifiers appended to the end:
abbrev__in - The value for the record is in the provided array parameter (comma-separated values).
abbrev__contains, abbrev__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)
abbrev__startswith, abbrev__istartswith - The value for the record starts with the string provided as a parameter. (Use 'istartswith' for matching to be done case-insensitive)
abbrev__endswith, abbrev__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)
abbrev__iexact - The value for the record is a case-insensitive exact match to the provided parameter.
abbrev__isnull - The value for the record is null (if true) or is not null.

active
boolean
archived
boolean

Whether the record has been soft-deleted or not.

county_id
integer <int64>

The county where this Public Organization resides

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

created
string <date-time>

When the record was originally created.

NOTE: Parameter accepts additional qualifiers appended to the end:
created__year, created__month, created__day - The value for the record matches the provided year/month/day (note that week_day, hour, minute, and second are also available following similar patterns).

id
integer <int64>

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

intrado_frequency
integer <int64>

Internal field.

NOTE:This field will be removed from the user API in the future. Please do not rely upon it.

NOTE: Parameter accepts additional qualifiers appended to the end:
intrado_frequency__in - The value for the record is in the provided array parameter (comma-separated values).
intrado_frequency__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 IntradoFrequency, for an explanation of values.

Enum: 1 2 3 4 5 6 7 8 9 10 11 12
intrado_language
integer <int64>

Internal field.

NOTE:This field will be removed from the user API in the future. Please do not rely upon it.

NOTE: Parameter accepts additional qualifiers appended to the end:
intrado_language__in - The value for the record is in the provided array parameter (comma-separated values).
intrado_language__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 Language, for an explanation of values.

Enum: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 9000
ln_category
integer <int64>

The type of news this source writes about as defined by LexisNexis. Only relevant for news outlets.

NOTE: Parameter accepts additional qualifiers appended to the end:
ln_category__in - The value for the record is in the provided array parameter (comma-separated values).
ln_category__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 MediaSourceCategory, for an explanation of values.

Enum: 1 2 3 4 5 6 7 8 9 10 11 12
ln_rank
integer <int64>

The source's rank (importance) as defined by LexisNexis. Only relevant for news outlets.

NOTE: Parameter accepts additional qualifiers appended to the end:
ln_rank__in - The value for the record is in the provided array parameter (comma-separated values).
ln_rank__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 MediaSourceRank, for an explanation of values.

Enum: 1 2 3 4 5
municipality_id
integer <int64>

The municipality/place where this Public Organization resides

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

name
string

The name of this organization.

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.

organization_type
integer <int64>

The type of this public organization, such as legislative body or executive office.

NOTE: Parameter accepts additional qualifiers appended to the end:
organization_type__in - The value for the record is in the provided array parameter (comma-separated values).
organization_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 PublicOrganizationType, for an explanation of values.

Enum: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 35 999 1001 1002 1003 1004 1020 1045 1046 1047 1048 1049 1050 1051 1052
pac_org_type
integer <int64>

The political action committee (PAC) type of this organization, if applicable.

NOTE: Parameter accepts additional qualifiers appended to the end:
pac_org_type__in - The value for the record is in the provided array parameter (comma-separated values).
pac_org_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 EntityType, for an explanation of values.

Enum: 1 2 3 4 5 6 7 8 9 100 101 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 3000 100000
parent_organization_id
integer <int64>

The publicorganization with which this publicorganization is associated.

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

region
integer <int64>

The region where this organization operates.

NOTE: Parameter accepts additional qualifiers appended to the end:
region__in - The value for the record is in the provided array parameter (comma-separated values).
region__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 Region, for an explanation of values.

Enum: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 1000
advanced_search
string

Perform an advanced text search on the datset with the provided text. This search will use the most comprehensive search method available on the requested endpoint, but can take slightly longer to return results.

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

PublicOrganization retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Response samples
application/json
{
  • "_extra": { },
  • "_ph_intrado_last_updated": "2019-08-24T14:15:22Z",
  • "_ph_intrado_outlet_id": 0,
  • "_ph_kw_exec_elect_ids": [
    ],
  • "_ph_kw_leg_elect_ids": [
    ],
  • "_ph_lc_org_id": 0,
  • "_ph_ls_core_person_id": 0,
  • "_ph_meta_organization_type": 1,
  • "_ph_outlet_regions": [
    ],
  • "_ph_sector_type": 1,
  • "_ph_website_domain": "string",
  • "abbrev": "string",
  • "active": true,
  • "archived": true,
  • "billing_address": "string",
  • "billing_city": "string",
  • "billing_country": "string",
  • "billing_postal_code": "string",
  • "billing_state": "string",
  • "billing_street": "string",
  • "billing_street_2": "string",
  • "county": "/api/county/1/",
  • "created": "2019-08-24T14:15:22Z",
  • "depth": 0,
  • "email": "string",
  • "facebook_array": [
    ],
  • "facebook_url_array": [
    ],
  • "formatted_phone": "string",
  • "icon": "string",
  • "id": 0,
  • "image_b64_hash": "string",
  • "image_url": "string",
  • "instagram_array": [
    ],
  • "intrado_audience_focus": 1,
  • "intrado_circulation": 0,
  • "intrado_coverage": 1,
  • "intrado_frequency": 1,
  • "intrado_language": 1,
  • "intrado_media_type": 1,
  • "intrado_outlet_tier": 1,
  • "intrado_tags": [
    ],
  • "last_updated": "2019-08-24T14:15:22Z",
  • "limited_to_teams": [
    ],
  • "ln_category": 1,
  • "ln_media_type": 1,
  • "ln_rank": 1,
  • "local_image_path": "string",
  • "major_organization_types": [
    ],
  • "medium_array": [
    ],
  • "municipality": "/api/municipality/1/",
  • "name": "string",
  • "name_with_parent": "string",
  • "organization": "/api/organization/1/",
  • "organization_type": 1,
  • "pac_org_associated_account_state_errors": null,
  • "pac_org_type": 1,
  • "parent_organization": "/api/publicorganization/1/",
  • "parent_organization_name": "string",
  • "phone_number": "string",
  • "region": 1,
  • "resource_uri": "string",
  • "s3_image_url": "string",
  • "secondary": true,
  • "select_label": "string",
  • "shipping_address": "string",
  • "shipping_city": "string",
  • "shipping_coordinates": "string",
  • "shipping_country": "string",
  • "shipping_postal_code": "string",
  • "shipping_state": "string",
  • "shipping_street": "string",
  • "shipping_street_2": "string",
  • "source_url": "string",
  • "source_urls": [
    ],
  • "tag_dict": { },
  • "twitter_array": [
    ],
  • "unique_identifier": "string",
  • "updated": "2019-08-24T14:15:22Z",
  • "website": "string",
  • "wikipedia_url": "string",
  • "x_frame_options": 1,
  • "youtube_array": [
    ]
}

Retrieve information on a single Organization

get/api/publicorganization/{id}/

The endpoint for the Organizations dataset, including all organizations available to your Quorum account. NOTE: This includes both Quorum-provided organizations and your Custom Organizations, if applicable.

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

PublicOrganization retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Response samples
application/json
{
  • "_extra": { },
  • "_ph_intrado_last_updated": "2019-08-24T14:15:22Z",
  • "_ph_intrado_outlet_id": 0,
  • "_ph_kw_exec_elect_ids": [
    ],
  • "_ph_kw_leg_elect_ids": [
    ],
  • "_ph_lc_org_id": 0,
  • "_ph_ls_core_person_id": 0,
  • "_ph_meta_organization_type": 1,
  • "_ph_outlet_regions": [
    ],
  • "_ph_sector_type": 1,
  • "_ph_website_domain": "string",
  • "abbrev": "string",
  • "active": true,
  • "archived": true,
  • "billing_address": "string",
  • "billing_city": "string",
  • "billing_country": "string",
  • "billing_postal_code": "string",
  • "billing_state": "string",
  • "billing_street": "string",
  • "billing_street_2": "string",
  • "county": "/api/county/1/",
  • "created": "2019-08-24T14:15:22Z",
  • "depth": 0,
  • "email": "string",
  • "facebook_array": [
    ],
  • "facebook_url_array": [
    ],
  • "formatted_phone": "string",
  • "icon": "string",
  • "id": 0,
  • "image_b64_hash": "string",
  • "image_url": "string",
  • "instagram_array": [
    ],
  • "intrado_audience_focus": 1,
  • "intrado_circulation": 0,
  • "intrado_coverage": 1,
  • "intrado_frequency": 1,
  • "intrado_language": 1,
  • "intrado_media_type": 1,
  • "intrado_outlet_tier": 1,
  • "intrado_tags": [
    ],
  • "last_updated": "2019-08-24T14:15:22Z",
  • "limited_to_teams": [
    ],
  • "ln_category": 1,
  • "ln_media_type": 1,
  • "ln_rank": 1,
  • "local_image_path": "string",
  • "major_organization_types": [
    ],
  • "medium_array": [
    ],
  • "municipality": "/api/municipality/1/",
  • "name": "string",
  • "name_with_parent": "string",
  • "organization": "/api/organization/1/",
  • "organization_type": 1,
  • "pac_org_associated_account_state_errors": null,
  • "pac_org_type": 1,
  • "parent_organization": "/api/publicorganization/1/",
  • "parent_organization_name": "string",
  • "phone_number": "string",
  • "region": 1,
  • "resource_uri": "string",
  • "s3_image_url": "string",
  • "secondary": true,
  • "select_label": "string",
  • "shipping_address": "string",
  • "shipping_city": "string",
  • "shipping_coordinates": "string",
  • "shipping_country": "string",
  • "shipping_postal_code": "string",
  • "shipping_state": "string",
  • "shipping_street": "string",
  • "shipping_street_2": "string",
  • "source_url": "string",
  • "source_urls": [
    ],
  • "tag_dict": { },
  • "twitter_array": [
    ],
  • "unique_identifier": "string",
  • "updated": "2019-08-24T14:15:22Z",
  • "website": "string",
  • "wikipedia_url": "string",
  • "x_frame_options": 1,
  • "youtube_array": [
    ]
}

Update a single Organizations (Public & Custom) by ID

patch/api/publicorganization/{id}/

The endpoint for the Organizations dataset, including all organizations available to your Quorum account. NOTE: This includes both Quorum-provided organizations and your Custom Organizations, if applicable.

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
abbrev
string

An abbreviation for the public organization.

archived
boolean

Whether the record has been soft-deleted or not.

email
string

The pub org's email.

limited_to_teams
Array of strings <{"id": QUORUM_ID}>

The teams that are associated with this publicorganization.

name
string

The name of this organization.

organization_type
integer <int64>

The type of this public organization, such as legislative body or executive office.

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

Enum: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 35 999 1001 1002 1003 1004 1020 1045 1046 1047 1048 1049 1050 1051 1052
pac_org_type
integer <int64>

The political action committee (PAC) type of this organization, if applicable.

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

Enum: 1 2 3 4 5 6 7 8 9 100 101 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 3000 100000
parent_organization_id
string <{"id": QUORUM_ID}>

The publicorganization with which this publicorganization is associated.

phone_number
string

The telephone number for this organization.

shipping_address
string

A shipping (default) address for the organization.

tag_dict
string

Stores the custom field information for the object

website
string

Public Org Website

Responses
200

PublicOrganization retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Request samples
application/json
{
  • "abbrev": "string",
  • "archived": true,
  • "email": "string",
  • "limited_to_teams": [
    ],
  • "name": "string",
  • "organization_type": 1,
  • "pac_org_type": 1,
  • "parent_organization_id": "string",
  • "phone_number": "string",
  • "shipping_address": "string",
  • "tag_dict": "string",
  • "website": "string"
}
Response samples
application/json
{
  • "_extra": { },
  • "_ph_intrado_last_updated": "2019-08-24T14:15:22Z",
  • "_ph_intrado_outlet_id": 0,
  • "_ph_kw_exec_elect_ids": [
    ],
  • "_ph_kw_leg_elect_ids": [
    ],
  • "_ph_lc_org_id": 0,
  • "_ph_ls_core_person_id": 0,
  • "_ph_meta_organization_type": 1,
  • "_ph_outlet_regions": [
    ],
  • "_ph_sector_type": 1,
  • "_ph_website_domain": "string",
  • "abbrev": "string",
  • "active": true,
  • "archived": true,
  • "billing_address": "string",
  • "billing_city": "string",
  • "billing_country": "string",
  • "billing_postal_code": "string",
  • "billing_state": "string",
  • "billing_street": "string",
  • "billing_street_2": "string",
  • "county": "/api/county/1/",
  • "created": "2019-08-24T14:15:22Z",
  • "depth": 0,
  • "email": "string",
  • "facebook_array": [
    ],
  • "facebook_url_array": [
    ],
  • "formatted_phone": "string",
  • "icon": "string",
  • "id": 0,
  • "image_b64_hash": "string",
  • "image_url": "string",
  • "instagram_array": [
    ],
  • "intrado_audience_focus": 1,
  • "intrado_circulation": 0,
  • "intrado_coverage": 1,
  • "intrado_frequency": 1,
  • "intrado_language": 1,
  • "intrado_media_type": 1,
  • "intrado_outlet_tier": 1,
  • "intrado_tags": [
    ],
  • "last_updated": "2019-08-24T14:15:22Z",
  • "limited_to_teams": [
    ],
  • "ln_category": 1,
  • "ln_media_type": 1,
  • "ln_rank": 1,
  • "local_image_path": "string",
  • "major_organization_types": [
    ],
  • "medium_array": [
    ],
  • "municipality": "/api/municipality/1/",
  • "name": "string",
  • "name_with_parent": "string",
  • "organization": "/api/organization/1/",
  • "organization_type": 1,
  • "pac_org_associated_account_state_errors": null,
  • "pac_org_type": 1,
  • "parent_organization": "/api/publicorganization/1/",
  • "parent_organization_name": "string",
  • "phone_number": "string",
  • "region": 1,
  • "resource_uri": "string",
  • "s3_image_url": "string",
  • "secondary": true,
  • "select_label": "string",
  • "shipping_address": "string",
  • "shipping_city": "string",
  • "shipping_coordinates": "string",
  • "shipping_country": "string",
  • "shipping_postal_code": "string",
  • "shipping_state": "string",
  • "shipping_street": "string",
  • "shipping_street_2": "string",
  • "source_url": "string",
  • "source_urls": [
    ],
  • "tag_dict": { },
  • "twitter_array": [
    ],
  • "unique_identifier": "string",
  • "updated": "2019-08-24T14:15:22Z",
  • "website": "string",
  • "wikipedia_url": "string",
  • "x_frame_options": 1,
  • "youtube_array": [
    ]
}

Create a single Organizations (Public & Custom)

post/api/publicorganization/{id}/

The endpoint for the Organizations dataset, including all organizations available to your Quorum account. NOTE: This includes both Quorum-provided organizations and your Custom Organizations, if applicable.

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
abbrev
string

An abbreviation for the public organization.

archived
boolean

Whether the record has been soft-deleted or not.

email
string

The pub org's email.

limited_to_teams
Array of strings <{"id": QUORUM_ID}>

The teams that are associated with this publicorganization.

name
string

The name of this organization.

organization_type
integer <int64>

The type of this public organization, such as legislative body or executive office.

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

Enum: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 35 999 1001 1002 1003 1004 1020 1045 1046 1047 1048 1049 1050 1051 1052
pac_org_type
integer <int64>

The political action committee (PAC) type of this organization, if applicable.

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

Enum: 1 2 3 4 5 6 7 8 9 100 101 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 3000 100000
parent_organization_id
string <{"id": QUORUM_ID}>

The publicorganization with which this publicorganization is associated.

phone_number
string

The telephone number for this organization.

shipping_address
string

A shipping (default) address for the organization.

tag_dict
string

Stores the custom field information for the object

website
string

Public Org Website

Responses
200

PublicOrganization retrieved successfully

400

improperly configured request

401

authorization failure

500

internal server error

Request samples
application/json
{
  • "abbrev": "string",
  • "archived": true,
  • "email": "string",
  • "limited_to_teams": [
    ],
  • "name": "string",
  • "organization_type": 1,
  • "pac_org_type": 1,
  • "parent_organization_id": "string",
  • "phone_number": "string",
  • "shipping_address": "string",
  • "tag_dict": "string",
  • "website": "string"
}
Response samples
application/json
{
  • "_extra": { },
  • "_ph_intrado_last_updated": "2019-08-24T14:15:22Z",
  • "_ph_intrado_outlet_id": 0,
  • "_ph_kw_exec_elect_ids": [
    ],
  • "_ph_kw_leg_elect_ids": [
    ],
  • "_ph_lc_org_id": 0,
  • "_ph_ls_core_person_id": 0,
  • "_ph_meta_organization_type": 1,
  • "_ph_outlet_regions": [
    ],
  • "_ph_sector_type": 1,
  • "_ph_website_domain": "string",
  • "abbrev": "string",
  • "active": true,
  • "archived": true,
  • "billing_address": "string",
  • "billing_city": "string",
  • "billing_country": "string",
  • "billing_postal_code": "string",
  • "billing_state": "string",
  • "billing_street": "string",
  • "billing_street_2": "string",
  • "county": "/api/county/1/",
  • "created": "2019-08-24T14:15:22Z",
  • "depth": 0,
  • "email": "string",
  • "facebook_array": [
    ],
  • "facebook_url_array": [
    ],
  • "formatted_phone": "string",
  • "icon": "string",
  • "id": 0,
  • "image_b64_hash": "string",
  • "image_url": "string",
  • "instagram_array": [
    ],
  • "intrado_audience_focus": 1,
  • "intrado_circulation": 0,
  • "intrado_coverage": 1,
  • "intrado_frequency": 1,
  • "intrado_language": 1,
  • "intrado_media_type": 1,
  • "intrado_outlet_tier": 1,
  • "intrado_tags": [
    ],
  • "last_updated": "2019-08-24T14:15:22Z",
  • "limited_to_teams": [
    ],
  • "ln_category": 1,
  • "ln_media_type": 1,
  • "ln_rank": 1,
  • "local_image_path": "string",
  • "major_organization_types": [
    ],
  • "medium_array": [
    ],
  • "municipality": "/api/municipality/1/",
  • "name": "string",
  • "name_with_parent": "string",
  • "organization": "/api/organization/1/",
  • "organization_type": 1,
  • "pac_org_associated_account_state_errors": null,
  • "pac_org_type": 1,
  • "parent_organization": "/api/publicorganization/1/",
  • "parent_organization_name": "string",
  • "phone_number": "string",
  • "region": 1,
  • "resource_uri": "string",
  • "s3_image_url": "string",
  • "secondary": true,
  • "select_label": "string",
  • "shipping_address": "string",
  • "shipping_city": "string",
  • "shipping_coordinates": "string",
  • "shipping_country": "string",
  • "shipping_postal_code": "string",
  • "shipping_state": "string",
  • "shipping_street": "string",
  • "shipping_street_2": "string",
  • "source_url": "string",
  • "source_urls": [
    ],
  • "tag_dict": { },
  • "twitter_array": [
    ],
  • "unique_identifier": "string",
  • "updated": "2019-08-24T14:15:22Z",
  • "website": "string",
  • "wikipedia_url": "string",
  • "x_frame_options": 1,
  • "youtube_array": [
    ]
}