Projects REST Endpoints
Projects
REST API endpoints for Projects
- Create a Notification Template for a Project
- Method: postPath:
/api/v2/projects/{id}/notification_templates_error/ - Create a Notification Template for a Project
- Method: postPath:
/api/v2/projects/{id}/notification_templates_started/ - Create a Notification Template for a Project
- Method: postPath:
/api/v2/projects/{id}/notification_templates_success/ - Create a Project
- Method: postPath:
/api/v2/projects/ - Create a Schedule for a Project
- Method: postPath:
/api/v2/projects/{id}/schedules/ - Delete a Project
- Method: deletePath:
/api/v2/projects/{id}/ - List Activity Streams for a Project
- Method: getPath:
/api/v2/projects/{id}/activity_stream/ - List Inventory Sources for a Project
- Method: getPath:
/api/v2/projects/{id}/scm_inventory_sources/ - List Notification Templates for a Project
- Method: getPath:
/api/v2/projects/{id}/notification_templates_error/ - List Notification Templates for a Project
- Method: getPath:
/api/v2/projects/{id}/notification_templates_started/ - List Notification Templates for a Project
- Method: getPath:
/api/v2/projects/{id}/notification_templates_success/ - List Project Updates for a Project
- Method: getPath:
/api/v2/projects/{id}/project_updates/ - List Projects
- Method: getPath:
/api/v2/projects/ - List Roles for a Project
- Method: getPath:
/api/v2/projects/{id}/object_roles/ - List Schedules for a Project
- Method: getPath:
/api/v2/projects/{id}/schedules/ - List Teams
- Method: getPath:
/api/v2/projects/{id}/teams/ - List Users
- Method: getPath:
/api/v2/projects/{id}/access_list/ - Retrieve a Project
- Method: getPath:
/api/v2/projects/{id}/ - Retrieve a Project
- Method: getPath:
/api/v2/projects/{id}/inventories/ - Retrieve Project Playbooks
- Method: getPath:
/api/v2/projects/{id}/playbooks/ - Update a Project
- Method: patchPath:
/api/v2/projects/{id}/ - Update a Project
- Method: putPath:
/api/v2/projects/{id}/ - Update Project
- Method: getPath:
/api/v2/projects/{id}/update/ - Update Project
- Method: postPath:
/api/v2/projects/{id}/update/ - Projects Copy Create
- Method: postPath:
/api/v2/projects/{id}/copy/ - Projects Copy List
- Method: getPath:
/api/v2/projects/{id}/copy/