Entry Linked Objects End Point¶
Published Data about Entry Linked Objects can be downloaded from the following end point:
https://app.smartsubmissions.io/api/published/entrylinkedobjects
Entry Linked Objects contains details of which objects (Submissions, Contributors, Participants, Locations) are linked to an Entry.
Example
A submission may be linked to an Oral Presentation Slot in the Programme.
Example
A chair person participant may be linked to a Session in the Programme.
Properties¶
The downloaded JSON contains the following properties:
Property | Type | Description |
---|---|---|
EntryId | int | The Id of the Entry that has an object linked to it |
ProgrammeId | int | The Id of the Programme that this Entry Linked Object is for |
LinkTypeId | int | The type of link between the Entry and the Target Object. |
TargetObjectId | int | The Id of the object that is linked to the Entry |
TargetObjectType | string | The type of object that is linked to the Entry e.g. Participant |
LinkTypeName | string | The name of the link between the Entry and the Target Object e.g. Chair |
ProjectId | int | The Id of the project that the Entry Linked Object belongs to. |
Type | string | The type of object being returned. This is the same for all items from the end point. |
Id | int | The unique identifier for this Entry Linked Object. |
Example¶
{ "EntryId": 24453, "ProgrammeId": 3015, "LinkTypeId": 2177, "TargetObjectId": 29670, "Ordinal": 1, "TargetObjectType": "Submission", "LinkTypeName": "Submission", "ProjectId": 2040, "Type": "EntryLinkedObject", "Id": 16444 }