UserService

Manage user information.

Operations

getUser

post

Retrieves information about a user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getUser
200

Successful operation.

getUserSelectFields

post

Retrieves information about a user with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getUserSelectFields
200

Successful operation.

getUserSelectFieldsFilterChildren

post

Retrieves information about a user with selected fields and filters children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getUserSelectFieldsFilterChildren
200

Successful operation.

getActivityPagedList

post

Retrieves a paged list of activities.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getActivityPagedList
200

Successful operation.

getActivityListSelectFields

post

Retrieves a list of selected fields for activities.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getActivityListSelectFields
200

Successful operation.

searchActivitySelectFields

post

Searches activities with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/searchActivitySelectFields
200

Successful operation.

getActivityPagedListSelectFields

post

Retrieves a paged list of selected fields for activities.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getActivityPagedListSelectFields
200

Successful operation.

searchActivityPagedSelectFields

post

Searches activities with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
QuerystringRequired

The filtering query string.

Responses
200

Successful operation.

application/json
post
/searchActivityPagedSelectFields
200

Successful operation.

getUserTracking

post

Retrieves information about user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
UserTrackingLocatorintegerRequired

The locator for user tracking.

Responses
200

Successful operation.

application/json
post
/getUserTracking
200

Successful operation.

getUserTrackingSelectFields

post

Retrieves information about user tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
UserTrackingLocatorintegerRequired

The locator for user tracking.

Example: 1
Responses
200

Successful operation.

application/json
post
/getUserTrackingSelectFields
200

Successful operation.

getUserTrackingPagedList

post

Retrieves a paged list of user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getUserTrackingPagedList
200

Successful operation.

getUserTrackingListSelectFields

post

Retrieves a list of selected fields for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getUserTrackingListSelectFields
200

Successful operation.

searchUserTrackingSelectFields

post

Searches user tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/searchUserTrackingSelectFields
200

Successful operation.

getUserTrackingPagedListSelectFields

post

Retrieves a paged list of selected fields for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/getUserTrackingPagedListSelectFields
200

Successful operation.

searchUserTrackingPagedSelectFields

post

Searches user tracking with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
QuerystringOptional

The filtering query string.

Responses
200

Successful operation.

application/json
post
/searchUserTrackingPagedSelectFields
200

Successful operation.

updateUserByID

post

Updates user information based on ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/updateUserByID
200

Successful operation.

updateUserTrackingByID

post

Updates user tracking information based on ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserTrackingLocatorintegerRequired

The locator for user tracking.

Example: 1
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
post
/updateUserTrackingByID
200

Successful operation.

createUserTracking

post

Creates a new record for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
Responses
200

Successful operation.

application/json
post
/createUserTracking
200

Successful operation.

deleteUserTracking

post

Deletes a record for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Example: 1995
UserTrackingLocatorintegerRequired

The locator for user tracking.

Responses
200

Successful operation.

application/json
post
/deleteUserTracking
200

Successful operation.

Last updated

Was this helpful?