{ "opencollection": "1.0.0", "info": { "name": "NAIC Content JSON:API", "version": "1.1" }, "items": [ { "info": { "name": "discovery", "type": "folder" }, "items": [ { "info": { "name": "Get the JSON:API resource index", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/" }, "docs": "Returns the JSON:API entry point: a document whose `links` member lists every exposed resource type and its collection URL (284 resource objects observed on 2026-07-25). This index is the machine-readable contract NAIC actually publishes; this OpenAPI is derived from it." } ] }, { "info": { "name": "action", "type": "folder" }, "items": [ { "info": { "name": "List action resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/action/action", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `action--action` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one action resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/action/action/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `action--action` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "base_field_override", "type": "folder" }, "items": [ { "info": { "name": "List base_field_override resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/base_field_override/base_field_override", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `base_field_override--base_field_override` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one base_field_override resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/base_field_override/base_field_override/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `base_field_override--base_field_override` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "block", "type": "folder" }, "items": [ { "info": { "name": "List block resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block/block", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block--block` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block/block/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block--block` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "block_content", "type": "folder" }, "items": [ { "info": { "name": "List block_content / basic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/basic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--basic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / basic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/basic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--basic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / footer_content resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/footer_content", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--footer_content` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / footer_content resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/footer_content/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--footer_content` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / footer_menus resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/footer_menus", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--footer_menus` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / footer_menus resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/footer_menus/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--footer_menus` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / in_page_navigation resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/in_page_navigation", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--in_page_navigation` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / in_page_navigation resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/in_page_navigation/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--in_page_navigation` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / mega_menu_image_title_and_descri resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_image_title_and_descri", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--mega_menu_image_title_and_descri` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / mega_menu_image_title_and_descri resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_image_title_and_descri/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--mega_menu_image_title_and_descri` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / mega_menu_label_with_quicklinks resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_label_with_quicklinks", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--mega_menu_label_with_quicklinks` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / mega_menu_label_with_quicklinks resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_label_with_quicklinks/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--mega_menu_label_with_quicklinks` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / mega_menu_title_with_description resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_title_with_description", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--mega_menu_title_with_description` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / mega_menu_title_with_description resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_title_with_description/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--mega_menu_title_with_description` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / mega_menu_title_with_link_list resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_title_with_link_list", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--mega_menu_title_with_link_list` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / mega_menu_title_with_link_list resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/mega_menu_title_with_link_list/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--mega_menu_title_with_link_list` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / reusable_links_dropdown resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/reusable_links_dropdown", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--reusable_links_dropdown` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / reusable_links_dropdown resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/reusable_links_dropdown/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--reusable_links_dropdown` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / section_title_with_secondary_nav resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/section_title_with_secondary_nav", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--section_title_with_secondary_nav` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / section_title_with_secondary_nav resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/section_title_with_secondary_nav/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--section_title_with_secondary_nav` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List block_content / table_of_contents resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/table_of_contents", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content--table_of_contents` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content / table_of_contents resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content/table_of_contents/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content--table_of_contents` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "block_content_type", "type": "folder" }, "items": [ { "info": { "name": "List block_content_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content_type/block_content_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `block_content_type--block_content_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one block_content_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/block_content_type/block_content_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `block_content_type--block_content_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "classy_paragraphs_style", "type": "folder" }, "items": [ { "info": { "name": "List classy_paragraphs_style resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/classy_paragraphs_style/classy_paragraphs_style", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `classy_paragraphs_style--classy_paragraphs_style` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one classy_paragraphs_style resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/classy_paragraphs_style/classy_paragraphs_style/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `classy_paragraphs_style--classy_paragraphs_style` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "comment", "type": "folder" }, "items": [ { "info": { "name": "List comment resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/comment/comment", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `comment--comment` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one comment resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/comment/comment/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `comment--comment` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "comment_type", "type": "folder" }, "items": [ { "info": { "name": "List comment_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/comment_type/comment_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `comment_type--comment_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one comment_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/comment_type/comment_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `comment_type--comment_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "config_pages", "type": "folder" }, "items": [ { "info": { "name": "List config_pages / sitewide_alert resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/config_pages/sitewide_alert", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `config_pages--sitewide_alert` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one config_pages / sitewide_alert resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/config_pages/sitewide_alert/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `config_pages--sitewide_alert` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "config_pages_type", "type": "folder" }, "items": [ { "info": { "name": "List config_pages_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/config_pages_type/config_pages_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `config_pages_type--config_pages_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one config_pages_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/config_pages_type/config_pages_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `config_pages_type--config_pages_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "configurable_language", "type": "folder" }, "items": [ { "info": { "name": "List configurable_language resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/configurable_language/configurable_language", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `configurable_language--configurable_language` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one configurable_language resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/configurable_language/configurable_language/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `configurable_language--configurable_language` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "crop", "type": "folder" }, "items": [ { "info": { "name": "List crop / focal_point resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/crop/focal_point", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `crop--focal_point` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one crop / focal_point resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/crop/focal_point/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `crop--focal_point` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "crop_type", "type": "folder" }, "items": [ { "info": { "name": "List crop_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/crop_type/crop_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `crop_type--crop_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one crop_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/crop_type/crop_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `crop_type--crop_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "date_format", "type": "folder" }, "items": [ { "info": { "name": "List date_format resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/date_format/date_format", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `date_format--date_format` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one date_format resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/date_format/date_format/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `date_format--date_format` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "editor", "type": "folder" }, "items": [ { "info": { "name": "List editor resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/editor/editor", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `editor--editor` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one editor resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/editor/editor/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `editor--editor` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "embed_button", "type": "folder" }, "items": [ { "info": { "name": "List embed_button resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/embed_button/embed_button", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `embed_button--embed_button` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one embed_button resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/embed_button/embed_button/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `embed_button--embed_button` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "entity_browser", "type": "folder" }, "items": [ { "info": { "name": "List entity_browser resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_browser/entity_browser", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `entity_browser--entity_browser` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one entity_browser resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_browser/entity_browser/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `entity_browser--entity_browser` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "entity_extra_field", "type": "folder" }, "items": [ { "info": { "name": "List entity_extra_field resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_extra_field/entity_extra_field", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `entity_extra_field--entity_extra_field` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one entity_extra_field resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_extra_field/entity_extra_field/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `entity_extra_field--entity_extra_field` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "entity_form_display", "type": "folder" }, "items": [ { "info": { "name": "List entity_form_display resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_form_display/entity_form_display", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `entity_form_display--entity_form_display` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one entity_form_display resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_form_display/entity_form_display/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `entity_form_display--entity_form_display` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "entity_form_mode", "type": "folder" }, "items": [ { "info": { "name": "List entity_form_mode resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_form_mode/entity_form_mode", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `entity_form_mode--entity_form_mode` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one entity_form_mode resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_form_mode/entity_form_mode/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `entity_form_mode--entity_form_mode` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "entity_view_display", "type": "folder" }, "items": [ { "info": { "name": "List entity_view_display resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_view_display/entity_view_display", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `entity_view_display--entity_view_display` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one entity_view_display resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_view_display/entity_view_display/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `entity_view_display--entity_view_display` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "entity_view_mode", "type": "folder" }, "items": [ { "info": { "name": "List entity_view_mode resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_view_mode/entity_view_mode", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `entity_view_mode--entity_view_mode` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one entity_view_mode resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/entity_view_mode/entity_view_mode/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `entity_view_mode--entity_view_mode` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "event_entity", "type": "folder" }, "items": [ { "info": { "name": "List event_entity resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/event_entity/event_entity", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `event_entity--event_entity` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one event_entity resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/event_entity/event_entity/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `event_entity--event_entity` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "feeds_feed", "type": "folder" }, "items": [ { "info": { "name": "List feeds_feed / event_sessions resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/event_sessions", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--event_sessions` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / event_sessions resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/event_sessions/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--event_sessions` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / meeting_calendar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/meeting_calendar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--meeting_calendar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / meeting_calendar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/meeting_calendar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--meeting_calendar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / state_contact_departments resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contact_departments", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--state_contact_departments` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / state_contact_departments resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contact_departments/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--state_contact_departments` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / state_contacts resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contacts", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--state_contacts` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / state_contacts resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contacts/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--state_contacts` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / state_contacts_all_ resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contacts_all_", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--state_contacts_all_` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / state_contacts_all_ resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contacts_all_/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--state_contacts_all_` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / state_contacts_csv_ resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contacts_csv_", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--state_contacts_csv_` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / state_contacts_csv_ resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_contacts_csv_/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--state_contacts_csv_` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / state_departments_all_ resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_departments_all_", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--state_departments_all_` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / state_departments_all_ resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_departments_all_/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--state_departments_all_` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List feeds_feed / state_regulators_csv resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_regulators_csv", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed--state_regulators_csv` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed / state_regulators_csv resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed/state_regulators_csv/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed--state_regulators_csv` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "feeds_feed_type", "type": "folder" }, "items": [ { "info": { "name": "List feeds_feed_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed_type/feeds_feed_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_feed_type--feeds_feed_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_feed_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_feed_type/feeds_feed_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_feed_type--feeds_feed_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "feeds_subscription", "type": "folder" }, "items": [ { "info": { "name": "List feeds_subscription resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_subscription/feeds_subscription", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `feeds_subscription--feeds_subscription` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one feeds_subscription resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/feeds_subscription/feeds_subscription/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `feeds_subscription--feeds_subscription` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "field_config", "type": "folder" }, "items": [ { "info": { "name": "List field_config resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/field_config/field_config", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `field_config--field_config` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one field_config resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/field_config/field_config/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `field_config--field_config` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "field_storage_config", "type": "folder" }, "items": [ { "info": { "name": "List field_storage_config resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/field_storage_config/field_storage_config", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `field_storage_config--field_storage_config` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one field_storage_config resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/field_storage_config/field_storage_config/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `field_storage_config--field_storage_config` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "file", "type": "folder" }, "items": [ { "info": { "name": "List file resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/file/file", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `file--file` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one file resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/file/file/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `file--file` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "filter_format", "type": "folder" }, "items": [ { "info": { "name": "List filter_format resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/filter_format/filter_format", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `filter_format--filter_format` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one filter_format resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/filter_format/filter_format/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `filter_format--filter_format` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "image_style", "type": "folder" }, "items": [ { "info": { "name": "List image_style resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/image_style/image_style", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `image_style--image_style` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one image_style resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/image_style/image_style/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `image_style--image_style` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "imce_profile", "type": "folder" }, "items": [ { "info": { "name": "List imce_profile resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/imce_profile/imce_profile", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `imce_profile--imce_profile` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one imce_profile resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/imce_profile/imce_profile/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `imce_profile--imce_profile` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "language_content_settings", "type": "folder" }, "items": [ { "info": { "name": "List language_content_settings resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/language_content_settings/language_content_settings", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `language_content_settings--language_content_settings` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one language_content_settings resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/language_content_settings/language_content_settings/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `language_content_settings--language_content_settings` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "layout_builder_browser_block", "type": "folder" }, "items": [ { "info": { "name": "List layout_builder_browser_block resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/layout_builder_browser_block/layout_builder_browser_block", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `layout_builder_browser_block--layout_builder_browser_block` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one layout_builder_browser_block resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/layout_builder_browser_block/layout_builder_browser_block/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `layout_builder_browser_block--layout_builder_browser_block` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "layout_builder_browser_blockcat", "type": "folder" }, "items": [ { "info": { "name": "List layout_builder_browser_blockcat resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/layout_builder_browser_blockcat/layout_builder_browser_blockcat", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `layout_builder_browser_blockcat--layout_builder_browser_blockcat` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one layout_builder_browser_blockcat resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/layout_builder_browser_blockcat/layout_builder_browser_blockcat/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `layout_builder_browser_blockcat--layout_builder_browser_blockcat` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "linkit_profile", "type": "folder" }, "items": [ { "info": { "name": "List linkit_profile resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/linkit_profile/linkit_profile", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `linkit_profile--linkit_profile` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one linkit_profile resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/linkit_profile/linkit_profile/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `linkit_profile--linkit_profile` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "media", "type": "folder" }, "items": [ { "info": { "name": "List media / audio resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/audio", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--audio` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / audio resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/audio/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--audio` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List media / component_preview resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/component_preview", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--component_preview` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / component_preview resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/component_preview/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--component_preview` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List media / document resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/document", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--document` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / document resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/document/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--document` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List media / icon resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/icon", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--icon` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / icon resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/icon/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--icon` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List media / image resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/image", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--image` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / image resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/image/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--image` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List media / remote_video resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/remote_video", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--remote_video` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / remote_video resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/remote_video/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--remote_video` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List media / video resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/video", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media--video` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media / video resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media/video/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media--video` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "media_type", "type": "folder" }, "items": [ { "info": { "name": "List media_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media_type/media_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `media_type--media_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one media_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/media_type/media_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `media_type--media_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "menu", "type": "folder" }, "items": [ { "info": { "name": "List menu resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu/menu", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu--menu` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu/menu/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu--menu` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "menu_link_content", "type": "folder" }, "items": [ { "info": { "name": "List menu_link_content / account resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/account", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--account` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / account resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/account/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--account` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List menu_link_content / admin resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/admin", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--admin` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / admin resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/admin/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--admin` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List menu_link_content / footer resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/footer", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--footer` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / footer resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/footer/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--footer` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List menu_link_content / main resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/main", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--main` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / main resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/main/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--main` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List menu_link_content / mega-menu resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/mega-menu", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--mega-menu` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / mega-menu resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/mega-menu/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--mega-menu` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List menu_link_content / naic-admin-menu resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/naic-admin-menu", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--naic-admin-menu` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / naic-admin-menu resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/naic-admin-menu/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--naic-admin-menu` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List menu_link_content / tools resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/tools", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `menu_link_content--tools` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one menu_link_content / tools resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/menu_link_content/tools/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `menu_link_content--tools` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "metatag_defaults", "type": "folder" }, "items": [ { "info": { "name": "List metatag_defaults resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/metatag_defaults/metatag_defaults", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `metatag_defaults--metatag_defaults` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one metatag_defaults resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/metatag_defaults/metatag_defaults/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `metatag_defaults--metatag_defaults` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "node", "type": "folder" }, "items": [ { "info": { "name": "List node / archive resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/archive", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--archive` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / archive resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/archive/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--archive` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / article resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/article", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--article` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / article resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/article/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--article` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / cipr_article resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/cipr_article", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--cipr_article` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / cipr_article resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/cipr_article/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--cipr_article` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / cipr_key_topic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/cipr_key_topic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--cipr_key_topic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / cipr_key_topic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/cipr_key_topic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--cipr_key_topic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / committee_page resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/committee_page", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--committee_page` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / committee_page resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/committee_page/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--committee_page` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / contact resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/contact", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--contact` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / contact resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/contact/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--contact` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / crm_report resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/crm_report", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--crm_report` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / crm_report resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/crm_report/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--crm_report` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / education_class resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/education_class", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--education_class` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / education_class resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/education_class/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--education_class` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / event_page resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_page", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--event_page` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / event_page resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_page/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--event_page` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / event_promotion resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_promotion", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--event_promotion` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / event_promotion resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_promotion/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--event_promotion` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / event_session resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_session", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--event_session` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / event_session resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_session/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--event_session` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / event_speaker resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_speaker", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--event_speaker` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / event_speaker resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/event_speaker/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--event_speaker` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / external_resource resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/external_resource", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--external_resource` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / external_resource resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/external_resource/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--external_resource` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / gallery resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/gallery", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--gallery` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / gallery resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/gallery/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--gallery` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / gallery_component resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/gallery_component", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--gallery_component` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / gallery_component resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/gallery_component/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--gallery_component` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / jir resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/jir", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--jir` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / jir resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/jir/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--jir` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / naic_calendar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/naic_calendar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--naic_calendar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / naic_calendar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/naic_calendar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--naic_calendar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / naic_custom resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/naic_custom", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--naic_custom` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / naic_custom resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/naic_custom/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--naic_custom` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / naic_generic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/naic_generic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--naic_generic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / naic_generic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/naic_generic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--naic_generic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / national_meeting_calendar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/national_meeting_calendar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--national_meeting_calendar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / national_meeting_calendar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/national_meeting_calendar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--national_meeting_calendar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / news_pandemic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/news_pandemic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--news_pandemic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / news_pandemic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/news_pandemic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--news_pandemic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / newsletter resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/newsletter", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--newsletter` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / newsletter resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/newsletter/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--newsletter` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / page resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/page", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--page` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / page resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/page/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--page` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / secondary_consumer_page resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/secondary_consumer_page", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--secondary_consumer_page` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / secondary_consumer_page resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/secondary_consumer_page/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--secondary_consumer_page` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / state_department_contact resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/state_department_contact", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--state_department_contact` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / state_department_contact resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/state_department_contact/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--state_department_contact` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / state_participation_optins resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/state_participation_optins", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--state_participation_optins` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / state_participation_optins resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/state_participation_optins/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--state_participation_optins` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / timeline_calendar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/timeline_calendar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--timeline_calendar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / timeline_calendar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/timeline_calendar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--timeline_calendar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List node / webpost_systems resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/webpost_systems", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node--webpost_systems` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node / webpost_systems resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node/webpost_systems/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node--webpost_systems` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "node_type", "type": "folder" }, "items": [ { "info": { "name": "List node_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node_type/node_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `node_type--node_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one node_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/node_type/node_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `node_type--node_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "paragraph", "type": "folder" }, "items": [ { "info": { "name": "List paragraph / 2_column_image_with_wysiwyg resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/2_column_image_with_wysiwyg", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--2_column_image_with_wysiwyg` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / 2_column_image_with_wysiwyg resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/2_column_image_with_wysiwyg/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--2_column_image_with_wysiwyg` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / accordion resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/accordion", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--accordion` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / accordion resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/accordion/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--accordion` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / accordion_item resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/accordion_item", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--accordion_item` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / accordion_item resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/accordion_item/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--accordion_item` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_accordion resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_accordion", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_accordion` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_accordion resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_accordion/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_accordion` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_accordion_section resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_accordion_section", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_accordion_section` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_accordion_section resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_accordion_section/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_accordion_section` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_blank resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_blank", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_blank` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_blank resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_blank/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_blank` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_block resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_block", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_block` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_block resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_block/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_block` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_callout resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_callout", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_callout` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_callout resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_callout/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_callout` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_card resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_card", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_card` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_card resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_card/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_card` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_carousel resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_carousel", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_carousel` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_carousel resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_carousel/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_carousel` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_column_wrapper resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_column_wrapper", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_column_wrapper` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_column_wrapper resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_column_wrapper/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_column_wrapper` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_columns resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_columns", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_columns` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_columns resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_columns/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_columns` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_columns_three_uneven resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_columns_three_uneven", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_columns_three_uneven` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_columns_three_uneven resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_columns_three_uneven/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_columns_three_uneven` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_columns_two_uneven resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_columns_two_uneven", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_columns_two_uneven` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_columns_two_uneven resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_columns_two_uneven/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_columns_two_uneven` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_image resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_image", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_image` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_image resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_image/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_image` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_modal resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_modal", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_modal` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_modal resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_modal/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_modal` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_simple resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_simple", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_simple` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_simple resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_simple/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_simple` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_stat resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_stat", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_stat` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_stat resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_stat/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_stat` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_statistics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_statistics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_statistics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_statistics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_statistics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_statistics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_tab_section resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_tab_section", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_tab_section` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_tab_section resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_tab_section/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_tab_section` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_tabs resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_tabs", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_tabs` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_tabs resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_tabs/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_tabs` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / bp_view resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_view", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--bp_view` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / bp_view resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/bp_view/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--bp_view` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / card_grid resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/card_grid", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--card_grid` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / card_grid resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/card_grid/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--card_grid` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / card_grid_cards resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/card_grid_cards", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--card_grid_cards` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / card_grid_cards resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/card_grid_cards/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--card_grid_cards` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / consumer_basic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/consumer_basic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--consumer_basic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / consumer_basic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/consumer_basic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--consumer_basic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / contact_image_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/contact_image_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--contact_image_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / contact_image_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/contact_image_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--contact_image_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / contact_list resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/contact_list", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--contact_list` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / contact_list resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/contact_list/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--contact_list` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / content_card resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/content_card", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--content_card` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / content_card resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/content_card/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--content_card` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / content_cards resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/content_cards", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--content_cards` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / content_cards resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/content_cards/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--content_cards` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / cta_with_background resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/cta_with_background", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--cta_with_background` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / cta_with_background resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/cta_with_background/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--cta_with_background` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / cta_with_dropdown resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/cta_with_dropdown", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--cta_with_dropdown` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / cta_with_dropdown resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/cta_with_dropdown/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--cta_with_dropdown` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / cta_with_image resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/cta_with_image", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--cta_with_image` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / cta_with_image resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/cta_with_image/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--cta_with_image` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / event_basic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/event_basic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--event_basic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / event_basic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/event_basic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--event_basic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / event_card_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/event_card_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--event_card_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / event_card_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/event_card_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--event_card_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / featured_article resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/featured_article", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--featured_article` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / featured_article resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/featured_article/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--featured_article` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / featured_image_custom_item resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/featured_image_custom_item", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--featured_image_custom_item` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / featured_image_custom_item resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/featured_image_custom_item/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--featured_image_custom_item` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / featured_image_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/featured_image_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--featured_image_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / featured_image_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/featured_image_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--featured_image_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / footer_link_list resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/footer_link_list", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--footer_link_list` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / footer_link_list resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/footer_link_list/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--footer_link_list` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / full_width_cta_skinny resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/full_width_cta_skinny", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--full_width_cta_skinny` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / full_width_cta_skinny resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/full_width_cta_skinny/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--full_width_cta_skinny` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / full_width_wysiwyg resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/full_width_wysiwyg", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--full_width_wysiwyg` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / full_width_wysiwyg resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/full_width_wysiwyg/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--full_width_wysiwyg` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / gallery_component resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/gallery_component", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--gallery_component` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / gallery_component resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/gallery_component/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--gallery_component` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / home_hero resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/home_hero", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--home_hero` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / home_hero resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/home_hero/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--home_hero` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / home_hero_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/home_hero_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--home_hero_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / home_hero_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/home_hero_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--home_hero_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / icon_card resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/icon_card", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--icon_card` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / icon_card resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/icon_card/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--icon_card` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / icon_card_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/icon_card_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--icon_card_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / icon_card_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/icon_card_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--icon_card_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / image_grid resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/image_grid", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--image_grid` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / image_grid resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/image_grid/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--image_grid` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / in_page_navigation resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/in_page_navigation", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--in_page_navigation` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / in_page_navigation resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/in_page_navigation/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--in_page_navigation` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / link_card_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--link_card_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / link_card_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--link_card_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / link_card_slider_paragraph resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_slider_paragraph", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--link_card_slider_paragraph` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / link_card_slider_paragraph resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_slider_paragraph/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--link_card_slider_paragraph` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / link_card_with_category_and_icon resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_with_category_and_icon", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--link_card_with_category_and_icon` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / link_card_with_category_and_icon resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_with_category_and_icon/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--link_card_with_category_and_icon` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / link_card_with_title_description resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_with_title_description", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--link_card_with_title_description` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / link_card_with_title_description resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_card_with_title_description/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--link_card_with_title_description` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / link_list resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_list", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--link_list` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / link_list resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/link_list/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--link_list` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / links_dropdown resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/links_dropdown", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--links_dropdown` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / links_dropdown resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/links_dropdown/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--links_dropdown` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / links_dropdown_reusable resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/links_dropdown_reusable", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--links_dropdown_reusable` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / links_dropdown_reusable resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/links_dropdown_reusable/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--links_dropdown_reusable` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / ll_link resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/ll_link", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--ll_link` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / ll_link resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/ll_link/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--ll_link` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / ll_media_link resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/ll_media_link", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--ll_media_link` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / ll_media_link resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/ll_media_link/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--ll_media_link` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / model_laws_archive resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/model_laws_archive", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--model_laws_archive` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / model_laws_archive resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/model_laws_archive/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--model_laws_archive` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / model_laws_feed resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/model_laws_feed", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--model_laws_feed` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / model_laws_feed resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/model_laws_feed/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--model_laws_feed` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_50 resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_50", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_50` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_50 resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_50/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_50` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_basic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_basic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_basic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_basic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_basic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_basic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_basic_border resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_basic_border", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_basic_border` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_basic_border resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_basic_border/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_basic_border` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_full_width resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_full_width", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_full_width` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_full_width resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_full_width/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_full_width` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_image resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_image", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_image` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_image resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_image/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_image` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_right_column resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_right_column", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_right_column` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_right_column resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_right_column/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_right_column` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / naic_section resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_section", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--naic_section` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / naic_section resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/naic_section/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--naic_section` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / page_header resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/page_header", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--page_header` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / page_header resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/page_header/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--page_header` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / paid_publication resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/paid_publication", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--paid_publication` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / paid_publication resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/paid_publication/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--paid_publication` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / paid_publication_sets resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/paid_publication_sets", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--paid_publication_sets` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / paid_publication_sets resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/paid_publication_sets/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--paid_publication_sets` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / publications_archive resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/publications_archive", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--publications_archive` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / publications_archive resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/publications_archive/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--publications_archive` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / publications_feed resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/publications_feed", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--publications_feed` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / publications_feed resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/publications_feed/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--publications_feed` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / resource_center_archive resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/resource_center_archive", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--resource_center_archive` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / resource_center_archive resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/resource_center_archive/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--resource_center_archive` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / resource_center_feed resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/resource_center_feed", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--resource_center_feed` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / resource_center_feed resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/resource_center_feed/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--resource_center_feed` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / section_heading_with_description resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/section_heading_with_description", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--section_heading_with_description` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / section_heading_with_description resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/section_heading_with_description/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--section_heading_with_description` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / section_navigation_slider resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/section_navigation_slider", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--section_navigation_slider` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / section_navigation_slider resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/section_navigation_slider/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--section_navigation_slider` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / section_navigation_slider_main resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/section_navigation_slider_main", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--section_navigation_slider_main` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / section_navigation_slider_main resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/section_navigation_slider_main/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--section_navigation_slider_main` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / state_contact_address resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_contact_address", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--state_contact_address` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / state_contact_address resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_contact_address/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--state_contact_address` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / state_contact_fax_number resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_contact_fax_number", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--state_contact_fax_number` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / state_contact_fax_number resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_contact_fax_number/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--state_contact_fax_number` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / state_contact_phone_number resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_contact_phone_number", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--state_contact_phone_number` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / state_contact_phone_number resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_contact_phone_number/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--state_contact_phone_number` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / state_department_contacts resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_department_contacts", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--state_department_contacts` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / state_department_contacts resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_department_contacts/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--state_department_contacts` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / state_participation resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_participation", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--state_participation` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / state_participation resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_participation/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--state_participation` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / state_participation_note resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_participation_note", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--state_participation_note` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / state_participation_note resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/state_participation_note/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--state_participation_note` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / tabbed_link_list resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tabbed_link_list", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--tabbed_link_list` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / tabbed_link_list resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tabbed_link_list/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--tabbed_link_list` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / table_of_contents resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/table_of_contents", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--table_of_contents` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / table_of_contents resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/table_of_contents/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--table_of_contents` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / template_left_sidebar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_left_sidebar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--template_left_sidebar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / template_left_sidebar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_left_sidebar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--template_left_sidebar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / template_one_column resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_one_column", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--template_one_column` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / template_one_column resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_one_column/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--template_one_column` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / template_right_sidebar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_right_sidebar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--template_right_sidebar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / template_right_sidebar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_right_sidebar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--template_right_sidebar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / template_three_column resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_three_column", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--template_three_column` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / template_three_column resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_three_column/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--template_three_column` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / template_two_column resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_two_column", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--template_two_column` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / template_two_column resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/template_two_column/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--template_two_column` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / timeline resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--timeline` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / timeline resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--timeline` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / timeline_calendar resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_calendar", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--timeline_calendar` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / timeline_calendar resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_calendar/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--timeline_calendar` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / timeline_calendar_item resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_calendar_item", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--timeline_calendar_item` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / timeline_calendar_item resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_calendar_item/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--timeline_calendar_item` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / timeline_calendar_view resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_calendar_view", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--timeline_calendar_view` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / timeline_calendar_view resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_calendar_view/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--timeline_calendar_view` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / timeline_item resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_item", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--timeline_item` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / timeline_item resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/timeline_item/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--timeline_item` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / tll_link resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tll_link", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--tll_link` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / tll_link resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tll_link/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--tll_link` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / tll_media_link resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tll_media_link", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--tll_media_link` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / tll_media_link resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tll_media_link/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--tll_media_link` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / tll_tab resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tll_tab", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--tll_tab` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / tll_tab resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/tll_tab/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--tll_tab` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / toc_section resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/toc_section", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--toc_section` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / toc_section resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/toc_section/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--toc_section` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / topic_descriptions resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/topic_descriptions", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--topic_descriptions` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / topic_descriptions resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/topic_descriptions/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--topic_descriptions` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / topic_overview_with_descriptions resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/topic_overview_with_descriptions", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--topic_overview_with_descriptions` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / topic_overview_with_descriptions resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/topic_overview_with_descriptions/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--topic_overview_with_descriptions` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List paragraph / view_heading resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/view_heading", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraph--view_heading` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraph / view_heading resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraph/view_heading/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraph--view_heading` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "paragraphs_type", "type": "folder" }, "items": [ { "info": { "name": "List paragraphs_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraphs_type/paragraphs_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `paragraphs_type--paragraphs_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one paragraphs_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/paragraphs_type/paragraphs_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `paragraphs_type--paragraphs_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "path_alias", "type": "folder" }, "items": [ { "info": { "name": "List path_alias resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/path_alias/path_alias", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `path_alias--path_alias` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one path_alias resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/path_alias/path_alias/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `path_alias--path_alias` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "pathauto_pattern", "type": "folder" }, "items": [ { "info": { "name": "List pathauto_pattern resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/pathauto_pattern/pathauto_pattern", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `pathauto_pattern--pathauto_pattern` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one pathauto_pattern resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/pathauto_pattern/pathauto_pattern/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `pathauto_pattern--pathauto_pattern` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "print_engine", "type": "folder" }, "items": [ { "info": { "name": "List print_engine resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/print_engine/print_engine", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `print_engine--print_engine` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one print_engine resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/print_engine/print_engine/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `print_engine--print_engine` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "rdf_mapping", "type": "folder" }, "items": [ { "info": { "name": "List rdf_mapping resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/rdf_mapping/rdf_mapping", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `rdf_mapping--rdf_mapping` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one rdf_mapping resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/rdf_mapping/rdf_mapping/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `rdf_mapping--rdf_mapping` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "redirect", "type": "folder" }, "items": [ { "info": { "name": "List redirect resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/redirect/redirect", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `redirect--redirect` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one redirect resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/redirect/redirect/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `redirect--redirect` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "rest_resource_config", "type": "folder" }, "items": [ { "info": { "name": "List rest_resource_config resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/rest_resource_config/rest_resource_config", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `rest_resource_config--rest_resource_config` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one rest_resource_config resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/rest_resource_config/rest_resource_config/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `rest_resource_config--rest_resource_config` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "search_api_index", "type": "folder" }, "items": [ { "info": { "name": "List search_api_index resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/search_api_index/search_api_index", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `search_api_index--search_api_index` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one search_api_index resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/search_api_index/search_api_index/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `search_api_index--search_api_index` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "search_api_server", "type": "folder" }, "items": [ { "info": { "name": "List search_api_server resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/search_api_server/search_api_server", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `search_api_server--search_api_server` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one search_api_server resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/search_api_server/search_api_server/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `search_api_server--search_api_server` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "search_api_task", "type": "folder" }, "items": [ { "info": { "name": "List search_api_task resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/search_api_task/search_api_task", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `search_api_task--search_api_task` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one search_api_task resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/search_api_task/search_api_task/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `search_api_task--search_api_task` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "settings", "type": "folder" }, "items": [ { "info": { "name": "List settings resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/settings/settings", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `settings--settings` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one settings resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/settings/settings/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `settings--settings` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "shortcut", "type": "folder" }, "items": [ { "info": { "name": "List shortcut / default resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/shortcut/default", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `shortcut--default` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one shortcut / default resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/shortcut/default/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `shortcut--default` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "shortcut_set", "type": "folder" }, "items": [ { "info": { "name": "List shortcut_set resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/shortcut_set/shortcut_set", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `shortcut_set--shortcut_set` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one shortcut_set resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/shortcut_set/shortcut_set/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `shortcut_set--shortcut_set` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "simple_sitemap", "type": "folder" }, "items": [ { "info": { "name": "List simple_sitemap resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/simple_sitemap/simple_sitemap", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `simple_sitemap--simple_sitemap` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one simple_sitemap resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/simple_sitemap/simple_sitemap/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `simple_sitemap--simple_sitemap` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "simple_sitemap_engine", "type": "folder" }, "items": [ { "info": { "name": "List simple_sitemap_engine resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/simple_sitemap_engine/simple_sitemap_engine", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `simple_sitemap_engine--simple_sitemap_engine` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one simple_sitemap_engine resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/simple_sitemap_engine/simple_sitemap_engine/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `simple_sitemap_engine--simple_sitemap_engine` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "simple_sitemap_type", "type": "folder" }, "items": [ { "info": { "name": "List simple_sitemap_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/simple_sitemap_type/simple_sitemap_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `simple_sitemap_type--simple_sitemap_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one simple_sitemap_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/simple_sitemap_type/simple_sitemap_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `simple_sitemap_type--simple_sitemap_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "slick", "type": "folder" }, "items": [ { "info": { "name": "List slick resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/slick/slick", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `slick--slick` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one slick resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/slick/slick/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `slick--slick` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "taxonomy_term", "type": "folder" }, "items": [ { "info": { "name": "List taxonomy_term / articles resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/articles", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--articles` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / articles resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/articles/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--articles` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / capital_market_topics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/capital_market_topics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--capital_market_topics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / capital_market_topics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/capital_market_topics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--capital_market_topics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / capital_market_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/capital_market_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--capital_market_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / capital_market_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/capital_market_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--capital_market_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / categories resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/categories", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--categories` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / categories resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/categories/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--categories` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / center_of_excellence_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/center_of_excellence_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--center_of_excellence_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / center_of_excellence_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/center_of_excellence_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--center_of_excellence_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / cipr_news resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/cipr_news", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--cipr_news` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / cipr_news resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/cipr_news/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--cipr_news` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / cipr_tags resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/cipr_tags", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--cipr_tags` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / cipr_tags resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/cipr_tags/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--cipr_tags` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / committees resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/committees", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--committees` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / committees resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/committees/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--committees` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / communications resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/communications", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--communications` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / communications resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/communications/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--communications` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / demographics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/demographics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--demographics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / demographics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/demographics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--demographics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / department resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/department", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--department` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / department resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/department/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--department` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / documents resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/documents", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--documents` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / documents resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/documents/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--documents` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / event_promotion_level resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/event_promotion_level", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--event_promotion_level` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / event_promotion_level resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/event_promotion_level/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--event_promotion_level` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / event_promotion_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/event_promotion_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--event_promotion_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / event_promotion_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/event_promotion_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--event_promotion_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / external_resource_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/external_resource_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--external_resource_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / external_resource_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/external_resource_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--external_resource_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / government_affairs_topics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/government_affairs_topics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--government_affairs_topics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / government_affairs_topics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/government_affairs_topics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--government_affairs_topics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / government_affairs_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/government_affairs_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--government_affairs_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / government_affairs_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/government_affairs_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--government_affairs_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / healthcare_reform_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/healthcare_reform_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--healthcare_reform_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / healthcare_reform_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/healthcare_reform_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--healthcare_reform_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / insurance_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/insurance_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--insurance_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / insurance_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/insurance_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--insurance_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / link_card_slider_category resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/link_card_slider_category", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--link_card_slider_category` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / link_card_slider_category resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/link_card_slider_category/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--link_card_slider_category` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / media_module resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/media_module", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--media_module` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / media_module resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/media_module/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--media_module` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / model_law_categories resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/model_law_categories", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--model_law_categories` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / model_law_categories resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/model_law_categories/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--model_law_categories` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / model_laws resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/model_laws", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--model_laws` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / model_laws resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/model_laws/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--model_laws` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / months resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/months", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--months` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / months resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/months/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--months` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / naic resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--naic` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / naic resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--naic` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / naic_archive_documents resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic_archive_documents", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--naic_archive_documents` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / naic_archive_documents resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic_archive_documents/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--naic_archive_documents` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / naic_custom_layout resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic_custom_layout", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--naic_custom_layout` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / naic_custom_layout resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic_custom_layout/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--naic_custom_layout` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / naic_events resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic_events", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--naic_events` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / naic_events resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/naic_events/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--naic_events` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / news_topics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/news_topics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--news_topics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / news_topics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/news_topics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--news_topics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / nm_regulator_criteria resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/nm_regulator_criteria", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--nm_regulator_criteria` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / nm_regulator_criteria resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/nm_regulator_criteria/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--nm_regulator_criteria` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / optins_tax_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/optins_tax_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--optins_tax_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / optins_tax_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/optins_tax_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--optins_tax_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / pandemic_action_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/pandemic_action_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--pandemic_action_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / pandemic_action_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/pandemic_action_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--pandemic_action_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / pandemic_insurance_subcategory resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/pandemic_insurance_subcategory", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--pandemic_insurance_subcategory` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / pandemic_insurance_subcategory resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/pandemic_insurance_subcategory/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--pandemic_insurance_subcategory` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / pandemic_insurance_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/pandemic_insurance_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--pandemic_insurance_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / pandemic_insurance_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/pandemic_insurance_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--pandemic_insurance_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / publication_categories resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/publication_categories", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--publication_categories` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / publication_categories resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/publication_categories/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--publication_categories` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / publications resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/publications", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--publications` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / publications resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/publications/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--publications` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / regulator_to_regulator_criteria resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/regulator_to_regulator_criteria", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--regulator_to_regulator_criteria` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / regulator_to_regulator_criteria resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/regulator_to_regulator_criteria/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--regulator_to_regulator_criteria` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / research_categories resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/research_categories", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--research_categories` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / research_categories resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/research_categories/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--research_categories` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / research_topics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/research_topics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--research_topics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / research_topics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/research_topics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--research_topics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / research_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/research_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--research_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / research_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/research_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--research_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / resource_center_archive_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/resource_center_archive_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--resource_center_archive_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / resource_center_archive_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/resource_center_archive_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--resource_center_archive_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / resource_center_types_new_ resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/resource_center_types_new_", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--resource_center_types_new_` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / resource_center_types_new_ resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/resource_center_types_new_/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--resource_center_types_new_` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / resource_types_new_ resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/resource_types_new_", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--resource_types_new_` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / resource_types_new_ resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/resource_types_new_/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--resource_types_new_` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / search_terms resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/search_terms", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--search_terms` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / search_terms resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/search_terms/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--search_terms` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / seasons resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/seasons", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--seasons` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / seasons resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/seasons/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--seasons` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / sections resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/sections", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--sections` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / sections resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/sections/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--sections` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / state_department_category resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/state_department_category", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--state_department_category` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / state_department_category resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/state_department_category/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--state_department_category` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / state_departments resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/state_departments", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--state_departments` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / state_departments resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/state_departments/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--state_departments` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / state_participation_types resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/state_participation_types", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--state_participation_types` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / state_participation_types resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/state_participation_types/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--state_participation_types` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / states resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/states", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--states` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / states resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/states/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--states` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / states_optins resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/states_optins", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--states_optins` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / states_optins resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/states_optins/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--states_optins` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / summit_session_type resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/summit_session_type", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--summit_session_type` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / summit_session_type resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/summit_session_type/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--summit_session_type` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / tags resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/tags", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--tags` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / tags resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/tags/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--tags` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / topics resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/topics", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--topics` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / topics resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/topics/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--topics` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / volumes resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/volumes", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--volumes` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / volumes resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/volumes/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--volumes` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / webpost_systems resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/webpost_systems", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--webpost_systems` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / webpost_systems resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/webpost_systems/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--webpost_systems` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / years resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/years", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--years` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / years resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/years/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--years` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List taxonomy_term / zones resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/zones", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_term--zones` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_term / zones resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_term/zones/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_term--zones` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "taxonomy_vocabulary", "type": "folder" }, "items": [ { "info": { "name": "List taxonomy_vocabulary resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_vocabulary/taxonomy_vocabulary", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `taxonomy_vocabulary--taxonomy_vocabulary` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one taxonomy_vocabulary resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/taxonomy_vocabulary/taxonomy_vocabulary/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `taxonomy_vocabulary--taxonomy_vocabulary` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "toolbar_menu_element", "type": "folder" }, "items": [ { "info": { "name": "List toolbar_menu_element resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/toolbar_menu_element/toolbar_menu_element", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `toolbar_menu_element--toolbar_menu_element` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one toolbar_menu_element resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/toolbar_menu_element/toolbar_menu_element/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `toolbar_menu_element--toolbar_menu_element` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "List user resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/user/user", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `user--user` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one user resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/user/user/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `user--user` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "user_role", "type": "folder" }, "items": [ { "info": { "name": "List user_role resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/user_role/user_role", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `user_role--user_role` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one user_role resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/user_role/user_role/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `user_role--user_role` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "view", "type": "folder" }, "items": [ { "info": { "name": "List view resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/view/view", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `view--view` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one view resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/view/view/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `view--view` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "webform", "type": "folder" }, "items": [ { "info": { "name": "List webform resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform/webform", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `webform--webform` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one webform resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform/webform/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `webform--webform` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "webform_options", "type": "folder" }, "items": [ { "info": { "name": "List webform_options resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform_options/webform_options", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `webform_options--webform_options` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one webform_options resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform_options/webform_options/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `webform_options--webform_options` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "webform_submission", "type": "folder" }, "items": [ { "info": { "name": "List webform_submission / contact resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform_submission/contact", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `webform_submission--contact` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one webform_submission / contact resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform_submission/contact/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `webform_submission--contact` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." }, { "info": { "name": "List webform_submission / opt_in resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform_submission/opt_in", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `webform_submission--opt_in` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one webform_submission / opt_in resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/webform_submission/opt_in/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `webform_submission--opt_in` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] }, { "info": { "name": "workflow", "type": "folder" }, "items": [ { "info": { "name": "List workflow resources", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/workflow/workflow", "params": [ { "name": "page[limit]", "value": "10", "type": "query", "description": "Maximum number of resource objects to return. Drupal JSON:API caps this at 50." }, { "name": "page[offset]", "value": "", "type": "query", "description": "Zero-based index of the first resource object to return. Paired with the `next`/`prev` links in the response." }, { "name": "sort", "value": "-created", "type": "query", "description": "Comma-separated sort fields. Prefix a field with `-` for descending order, e.g. `-created`." }, { "name": "filter", "value": "", "type": "query", "description": "JSON:API filter expression. Simple form `filter[field]=value`; condition form `filter[label][condition][path]=field&filter[label][condition][operator]=CONTAINS`. An unknown field returns HTTP 400 with a JSON:API error object." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." } ] }, "docs": "Returns a JSON:API collection document of `workflow--workflow` resource objects. Supports JSON:API sparse fieldsets, sorting, filtering, related-resource inclusion and offset pagination. Verified anonymously readable on 2026-07-25." }, { "info": { "name": "Get one workflow resource by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://content.naic.org/jsonapi/workflow/workflow/:id", "params": [ { "name": "id", "value": "46f6505d-0014-46ce-95b8-5ba89e7f96f6", "type": "path", "description": "The resource's Drupal UUID." }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated relationship paths to side-load into the `included` member, e.g. `field_tags,uid`." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldsets, keyed by resource type: `fields[node--article]=title,created`." }, { "name": "resourceVersion", "value": "", "type": "query", "description": "Revision selector, e.g. `id:717` or `rel:working-copy`. Emitted by the API in each resource's `links` member." } ] }, "docs": "Returns a JSON:API individual document for a single `workflow--workflow` resource, addressed by its Drupal UUID. Supports sparse fieldsets and related-resource inclusion." } ] } ], "bundled": true }