Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resource information

URLhttps://api.softnetsport.com/v2/events/{eventId}/incidents
XSDhttps://api.softnetsport.com/assets/API/docs/xsd/events.incidents.index.xsd
MethodGET

Description

Returns a list of incidents for the selected event.

CacheNot cached
Authorization requiredYes
Internal methodYes

Method parameters

NameTypeDescription
There are no method parameters in this resource 

Query parameters

NameTypeDescription
statusesxsd:stringDetermines incidents status identifiers, separated by a comma (e.g. 123,234,321) 
incidentsxsd:stringDetermines incidents identifiers, separated by a comma (e.g. 123,234,321)
importantxsd:string

Determines only important or not important incidents.

Possible values: yes, no.

updatedxsd:string

Determines only updated or not updated incidents.

Possible values: yes, no.

deletedxsd:string

Determines to list only deleted or not deleted incidents.

Possible values: yes, no.

pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page
limitxsd:int

Determines maximum number of returned records on page. Used in paginated data. Default value is 500

Possible values: 5, 10, 25, 50, 100, 250, 500

Method calling examples

Output elements

. event_incidents 
. . incident 
id

Identifier for the event incident. Unique for sport.

action

Incident action type.

Possible values:

  • insert
  • update
  • delete
incident_idIncident identifier.
participant_idIncident participant id.
participant_name

Incident participant name.

participant_team_id

Incident participant team id.

status_idIncident status id.
event_time

Incident event time.

add_dataCustom informations.
display_infoCustom informations.
created_atUnique identifier for the competition
updated_at 

 

// TODO : DOKOŃCZYĆ

  • No labels