Get Schedule Sheets

GET /ws/rest/service/v1/schedule/{project_number}

Purpose

Get the list of schedule sheet attributes defined in the project/shell.

Request Format

Path Parameter

project_number: (Required) Specify the project/shell number.

URL Parameter

filter: (Optional) Filter condition to be used when retrieving the schedule sheet. It is a JSON object with the below information:

Sample Request Parameter

This is an example of a filter condition in the request.

{

"filter":

{

"name":"Gas pipeline schedule",

"status": "open"

}

}

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Failed Response

This is an example of a failed response to the request

{

"data": [],

"message": [

"Invalid Filter Condition : status"

],

"status": 811

}

Related Topics

Schedule Sheet

Get Schedule Sheet Data Mapping

Update Schedule Activities

Response Codes



Last Published Tuesday, July 1, 2025