GET api/v1/donor/{donorID}/trip?limit={limit}&offset={offset}

Find Trip by Donor ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
donorID

Donor ID with trips that need to be retrieved

string

Required

limit

Number of records to return (from 1 to 100)

integer

Default value is 50

offset

Offset by number of records

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.