Fetch all builds of an account.
Fetch all builds of an account. You can limit the number of records and apply filter on status,build date range and sort by users,start date and end date in asc and desc order. You can apply sort on multiple columns.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
It defines the number of lists on the basis of limit parameter. e.g offset=10
To fetch specified number of records. e.g. limit=10
To fetch the list of builds with specific statuses. You can pass multiple comma seperated statuses e.g. running,queued,completed,timeout and error.
To fetch the list of builds that executed from the specified Start Date. The Date format must be YYYY-MM-DD. e.g. "2018-03-15".
To fetch the list of builds that executed till the specified End Date. If both fromdate and todate value provided then it works as range filter. The Date format must be YYYY-MM-DD. e.g. "2018-03-15".
To sort the list in ascending or descending order using multiple keys. e.g. "asc.user_id,desc.org_id"
If true, includes the public URL for each build in the response. If false (default), public URLs are omitted. When true, the limit cannot exceed 20.
To filter builds by username(s). You can pass a single username or multiple comma-separated usernames (e.g. "alice,bob").
Response
application/jsonsuccessful operation