Manage and access ResponsiveIO projects and intakes through their API for RFP management
The ResponsiveIO API allows you to manage RFP (Request for Proposal) projects and intakes. You can retrieve project details, access intake information, and manage your RFP workflow through their platform’s API endpoints for comprehensive project management and intake tracking.
Required:
action
- The action to perform (get, retrieve, fetch)entity
- The entity type (project, intake)id
- Entity ID for specific operationsOptional:
project_id
- Project ID for project-related operationsintake_id
- Intake ID for intake-related operationsRetrieve a specific project by project ID with detailed project information.
Parameters:
project_id
(required) - Project ID to retrieveExample:
Response:
Retrieve a specific intake by intake ID with detailed intake information.
Parameters:
intake_id
(required) - Intake ID to retrieveExample:
Response:
Project status can be active, completed, or archived. Intake status includes pending, in-progress, completed, and cancelled. All timestamps use ISO 8601 format. Uses PinkConnect proxy connection. Project and intake IDs are unique identifiers within the ResponsiveIO system. API endpoints follow RESTful conventions. Team members have different roles including owner, contributor, and viewer. Requirements track individual deliverables within intakes. Attachments support various file formats for documentation. Budget information includes amount and currency. Priority levels help organize intake workflow. Deadlines support project timeline management.