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

« Previous Version 11 Next »

The Participants resource is one the central resources in the Actionstep system. Many other resources reference it and there are a large number of resources that extend this base resource.

 

Resource Location: /participants

Available Methods: GET POST PUT DELETE OPTIONS

Default Page Size: 50

Max Page Size: 100

Default Includes: None


Resource Atributes
FieldDescriptionFormatRequiredField TypeNotes
displayName stringtruedefault 
isCompany booleantruedefault 
companyName stringfalsedefault 
salutation stringfalsedefault 
firstName stringfalsedefault 
middleName stringfalsedefault 
lastName stringfalsedefault 
suffix stringfalsedefault 
preferredName stringfalseadditional 
physicalAddressLine1 stringfalsedefault 
physicalAddressLine2 stringfalsedefault 
physicalCity stringfalsedefault 
physicalStateProvince stringfalsedefault 
physicalPostCode stringfalsedefault 
physicalCountry stringfalselink 
mailingAddressLine1 stringfalseadditional 
mailingAddressLine2 stringfalseadditional 
mailingCity stringfalseadditional 
mailingStateProvince stringfalseadditional 
mailingPostCode stringfalseadditional 
mailingCountry stringfalselink 
phone1Label stringfalsedefault 
phone1Country stringfalsedefault 
phone1Area stringfalsedefault 
phone1Number stringfalsedefault 
phone1Notes stringfalsedefault 
phone2Label stringfalseadditional 
phone2Country stringfalseadditional 
phone2Area stringfalseadditional 
phone2Number stringfalseadditional 
phone2Notes stringfalseadditional 
phone3Label stringfalseadditional 
phone3Country stringfalseadditional 
phone3Area stringfalseadditional 
phone3Number stringfalseadditional 
phone3Notes stringfalseadditional 
phone4Label stringfalseadditional 
phone4Country stringfalseadditional 
phone4Area stringfalseadditional 
phone4Number stringfalseadditional 
phone4Notes stringfalseadditional 
fax stringfalseadditional 
sms stringfalseadditional 
email stringfalsedefault 
website stringfalseadditional 
occupation stringfalseadditional 
taxNumber stringfalseadditional 
birthTimestamp timestampfalsedefault 
deathTimestamp timestampfalseadditional 
maritalStatus stringfalsedefault 
gender stringtruedefault 
emailFormat stringfalseadditional 
notificationMethod stringfalseadditional 
isNewsletterSubscriber booleanfalseadditional 
modifiedTimestamp timestampfalseadditional 
createdTimestamp timestampfalseadditional 
division stringtruelink 
billingPreference stringfalselink 

 

Link Templates
IdentifierResourceLocation Template
participants.physicalCountrycountries/countries/{participants.physicalCountry}
participants.mailingCountrycountries/countries/{participants.mailingCountry}
participants.divisiondivisions/divisions/{participants.division}
participants.billingPreferencebillingPreferences/billingPreferences/{participants.billingPreference}

 

Example Requests / Responses
  • GET timerecords
  • POST timerecords
  • PUT timerecords
  • DELETE timerecords
  • No labels