- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
API Methods
The API provides GET, POST and PATCH methods.
The following API endpoints/methods are available through the Safran Integration API.
GET
The API provides the following GET methods:
- project_preview
- In Safran Project 5, Projects and Networks were distinct entities. This call returns a list of the relationships between networks and projects.
- projects
- Gets a list of all projects.
- projectscopeconfiguration
- Retrieves one or more projects scope configuration details.
- cutoff
- Retrieves one or more projects cutoff details
- activities
- Gets a list of all activities.
- This call should be considered using parameters avoiding a large result set.
- Usually the Network Id will be the same as the Project Id
- Since the activity Id is not Unique with the table, this call may result in several activities being returned which have the same Id but belong to different projects.
- activity_links
- Gets a list of all activity_links.
- calendarset
- Get list of Calendar set
- codesets
- Gets a list of all codesets
- changeorder
- Get list of Change order register
- resources
- Gets a List Of Resource Definitions
- resourceset
- Gets List Of Resource Sets
- version
- Gets a list of version info describing the API and the Safran
POST
The API provides the following POST methods:
- activities
- Create, update or delete Activities
- activity_links
- Maintain (create/delete) Relationships for Activities
- resources
- Create Resources.
PATCH
The API provides the following PATCH methods:
- activities
- Update single activity with the details provided, all other details remains as is.
- codeset
- Update the single codeset with the details provided; all other details remain as is.
Was this article helpful?