The task involves developing an open-endpoint API to retrieve detailed information about a specific policy using its unique ID. The API should allow users to fetch the complete details of the policy, including title, description, terms, and other relevant data. This endpoint will be used by BAP and other users to view policy details before taking further actions, such as accepting or rejecting the policy.
Goals
[x] Develop the Get Policies by ID API using the Strapi plugin.
[x] Ensure the API returns complete details of the policy based on the provided ID.
[x] The API should be an open endpoint accessible without authentication.
[x] Maintain code quality and follow best practices.
Expected Outcome
A fully functional API that retrieves detailed information about a policy based on its ID.
The API will be accessible to users, including BAP, without authentication.
The API will provide complete details, helping users make informed decisions on policies.
Acceptance Criteria
[x] Get Policies by ID API is created and operational.
[x] The API returns complete and accurate policy details based on ID.
[x] The API is accessible as an open endpoint without authentication.
Description
The task involves developing an open-endpoint API to retrieve detailed information about a specific policy using its unique ID. The API should allow users to fetch the complete details of the policy, including title, description, terms, and other relevant data. This endpoint will be used by BAP and other users to view policy details before taking further actions, such as accepting or rejecting the policy.
Goals
Expected Outcome
A fully functional API that retrieves detailed information about a policy based on its ID. The API will be accessible to users, including BAP, without authentication. The API will provide complete details, helping users make informed decisions on policies.
Acceptance Criteria
Mockups / Wireframes
NA
Product Name
Beckn
Domain
Strapi
Tech Skills Needed
Complexity
Medium
Category
API Development
Sub Category
Get Published Policy detail by ID