You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were working at our end to modify the Story API so that we can get a list of stories without specific attributes (when needed). One thing we kept in mind is that we can't change the current API result format since there may be other apps/services who are using the same API. So, we're proposing one format below which can be used in 2 different ways, requesting suggestions from others:
/api/v1/stories/org/{org}/?fields=content,summary
Option 1: We can exclude those attributes (content,summary) from the API result
Option 2: We can only include those attributes (content,summary) in the API result (by excluding everything else)
Which should be the best way to move forward?
The text was updated successfully, but these errors were encountered:
ershadul-hoque
changed the title
Suggested changes in Stories API to get a list of stories without specific attributes
Suggested changes in Stories API to get list of stories without specific attributes
Nov 24, 2021
We were working at our end to modify the Story API so that we can get a list of stories without specific attributes (when needed). One thing we kept in mind is that we can't change the current API result format since there may be other apps/services who are using the same API. So, we're proposing one format below which can be used in 2 different ways, requesting suggestions from others:
/api/v1/stories/org/{org}/?fields=content,summary
Option 1: We can exclude those attributes (content,summary) from the API result
Option 2: We can only include those attributes (content,summary) in the API result (by excluding everything else)
Which should be the best way to move forward?
The text was updated successfully, but these errors were encountered: