Participants

List participants

Retrieves a paged list of participants in a program.

get/campaign/{id}/participants

Path parameters

idstring required

GrowSurf program ID.

Query parameters

nextIdstring

ID to start the next paged result set with.

limitinteger

Number of results to return. Maximum 100.

Response

Participants returned.

limitinteger required
nextIdstring nullable required

Changes

Changed in 2 of the 7 revisions of this API.2

    • added the optional property participants/items/payoutSettings to the response with the 200 status

      response-optional-property-added

    • added the optional property participants/items/mobileInstanceId to the response with the 200 status

      response-optional-property-added