Get Schedule Sheet Data Mapping

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

Purpose

Get all list of data mappings defined for this schedule sheet.

Request Parameters

The following parameters can be included in the request:

URL Parameters

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 Response

{

"data":[

{

"name":"p6_mapping",

"isdefault":"true"

},

{

"name":"stage_mapping",

"isdefault":"false"

}

]

}

Related Topics

Schedule Sheet

Get Schedule Sheets

Update Schedule Activities

Response Codes



Last Published Wednesday, April 9, 2025