• Icon: Technical task Technical task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • WebServer
    • None

      ===================================
      
      ------- COIN API ENDPOINTS -------
      
      ===================================
      
      GET /workItems
      
      	PARAMS
      		{
      			max: int # OPTIONAL, max count of responses to return. Default=100 (Maximum=1000)
      			repo: str/list[str] # OPTIONAL
      			branch: str/list[str] # OPTIONAL
      			type: str/list[str] # possible types [provision, build, test]
      			before: ISO 8601 datetime # OPTIONAL, Exclusive. Default=[current datetime]
      			after: ISO 8601 datetime # OPTIONAL, Inclusive. Default=[current datetime - 10days]
      			status: str/list[str] # OPTIONAL [running, done, failed, cancelled]
      		{
      
      	RESPONSE
      		{
      			more: bool # True if more results than the requested max count exist
      			next: str # OPTIONAL, URL-encoded query string to GET /tasks which auto-populates
      				  'before' with the last returned task 'started_on' datetime. This effectively allows
      				  iterative calling of the /tasks endpoint until one or less results are returned.
      			workitems: datetime-sorted list [WorkItemDetails]
      		}
      
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            akpietik Aku Pietikäinen
            jujokini Jukka Jokiniva
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes