Submission Contributors End Point

Published Data about the relationships between Submissions and Contributors can be downloaded from the following end point:

https://app.smartsubmissions.io/api/published/submissioncontributors

Fields

Submission Contributors contains dynamic fields. See Fields.

Example

{
    "SubmissionId": 29676,
    "SubmissionTypeId": 1091,
    "ContributorId": 36191,
    "ContributorTypeId": 63,
    "IsPresenter": true,
    "IsLeadPresenter": false,
    "Ordinal": 1,
    "Fields": [
        {
            "Name": "Presenter",
            "Value": true
        },
        {
            "Name": "LeadPresenter",
            "Value": false
        },
        {
            "Name": "Label",
            "Value": ""
        },
        {
            "Name": "Label_Text",
            "Value": ""
        },
        {
            "Name": "Id",
            "Value": 40241
        }
    ],
    "Label": "",
    "ProjectId": 2040,
    "Type": "SubmissionContributor",
    "Id": 40241
}