GET
/
api
/
v1
/
submission
curl --request GET \
  --url https://vision.pingintel.com/api/v1/submission \
  --header 'Authorization: <api-key>'
{
  "cursor_id": "<string>",
  "has_remaining": true,
  "total_size_without_cursors": "<string>",
  "results": [
    {
      "actions": [
        {
          "claim": true,
          "download_documents": true,
          "view_map": true,
          "transition_to": {}
        }
      ],
      "automated_processing_failed": true,
      "automated_processing_failed_reason": "<string>",
      "broker_city": "<string>",
      "broker_country": "<string>",
      "broker_email": "<string>",
      "broker_fein": "<string>",
      "broker_name": "<string>",
      "broker_state": "<string>",
      "broker_street": "<string>",
      "broker_street2": "<string>",
      "broker_zip": "<string>",
      "claimed_by__username": "<string>",
      "claimed_by_id": "<string>",
      "client_ref": "<string>",
      "company_name": "<string>",
      "company_short_name": "<string>",
      "created_time": "2023-11-07T05:31:56Z",
      "data_readiness_notes": "<string>",
      "data_readiness_score": 123,
      "division_name": "<string>",
      "division_short_name": "<string>",
      "division_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "documents": [
        {
          "actions": [
            "<string>"
          ],
          "archived_on": "2023-11-07T05:31:56Z",
          "archived_reason": "<string>",
          "created_time": "2023-11-07T05:31:56Z",
          "document_type": "<string>",
          "extension": "<string>",
          "filename": "<string>",
          "id": "<string>",
          "is_archived": true,
          "preview_url": "<string>",
          "url": "<string>"
        }
      ],
      "expiration_date": "2023-11-07T05:31:56Z",
      "extra_data": {},
      "from_email": "<string>",
      "global_request_id": "<string>",
      "home_state": "<string>",
      "id": "<string>",
      "inception_date": "2023-11-07T05:31:56Z",
      "insured_business_description": "<string>",
      "insured_city": "<string>",
      "insured_contact_email": "<string>",
      "insured_contact_name": "<string>",
      "insured_contact_phone": "<string>",
      "insured_country": "<string>",
      "insured_fein": "<string>",
      "insured_gl_code": "<string>",
      "insured_naics": "<string>",
      "insured_name": "<string>",
      "insured_sic": "<string>",
      "insured_state": "<string>",
      "insured_street": "<string>",
      "insured_street2": "<string>",
      "insured_website": "<string>",
      "insured_zip": "<string>",
      "is_ping_certified": true,
      "jobs": [
        {
          "created_time": "2023-11-07T05:31:56Z",
          "filenames": [
            "<string>"
          ],
          "job_id": "<string>",
          "job_type": "<string>",
          "job_type_details": {},
          "processing_last_message": "<string>",
          "processing_pct_complete": 123,
          "processing_status": "<string>",
          "updated_time": "2023-11-07T05:31:56Z",
          "user_id": "<string>"
        }
      ],
      "limits_total_limit": "<string>",
      "modified_time": "2023-11-07T05:31:56Z",
      "num_buildings": "<string>",
      "ping_maps": {
        "status": "<string>",
        "status_display": "<string>",
        "status_pct_complete": 123,
        "status_reason": "<string>",
        "url": "<string>"
      },
      "pk": "<string>",
      "received_time": "2023-11-07T05:31:56Z",
      "source__inbox_email_address": "<string>",
      "source__source_type": "<string>",
      "source__source_type_display": "<string>",
      "statistics": {},
      "team_name": "<string>",
      "team_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "triage_rule_results": [
        {
          "ran_at": "2023-11-07T05:31:56Z",
          "result": "<string>",
          "name": "<string>",
          "value": "<string>"
        }
      ],
      "triage_rules_overall_result": "<string>",
      "workflow_status_name": "<string>",
      "workflow_status_uuid": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Query Parameters

claimed_by_id
integer

Optional filter by assigned user.

cursor_id
string

Optional. When this parameter is set from the cursor_id provided in a previous response, the page of results will start with the next item.

fields
string

Optional. List of field names to include on each result.

id
string

Optional filter for submission pingid.

page_size
integer

Optional. The maximum number of results returned in a page.

Optional. Global search substring. Case insensitive.

team_name
string

Optional filter for organizations.

team_uuid
integer

Optional filter by team.

workflow_status_uuid
string

Optional filter by workflow status.

Response

200
application/json

Return