This is an example of how to use the Post single story API documentation to create a story
Step | Postman call | Postman response | Equivalent content or page in the front-end |
---|---|---|---|
| localhost:3000/api/v2/users/sign_in?user[email]= | { "user_id": 2044, "email": "soft.dave99@gmail.com", "authentication_token": "b7c+D5o0joNRXMVNycN696yJZkuWshy4Zw66qWSJ--tT63Ev/FYFl00rCr--WomZk6tiLoXtapKgB/EtZA==" } | |
2. Get projects | |||
3. Get project's story categories | |||
4. Get story categories | |||
5. Get metrics? Get fields? | |||
6. Get project beneficiaries | |||
7. Post story | localhost:3000/api/v2/stories {“X-User-Token”: b7c+D5o0joNRXMVNycN696yJZkuWshy4Zw66qWSJ--tT63Ev/FYFl00rCr--WomZk6tiLoXtapKgB/EtZA==,
| { "id": 190280, "text": "ram rajya praja sukhi", "number": "0", "approved": true, "story_group": "change_created", "location": null, "project_id": 2882, "charity_id": null, "story_category_id": 3509, "edited_by": 5191, "user_id": 5191, "updated_at": "2022-05-16T18:49:53.843+01:00", "created_at": "2022-05-16T18:49:49.000+01:00", "actual_created_at": "2022-05-16T18:49:49.587+01:00", "beneficiary_ids": [ 78820 ] } | |
8. Get story |