motionbank / piecemaker2-api

An api at the core of piecemaker
7 stars 0 forks source link

Check if user can get it's role in group, route missing? #106

Open fjenett opened 10 years ago

mattes commented 10 years ago

could you provide an example route? what would it look like?

fjenett commented 10 years ago

For example: GET /api/v1/group/{event_group_id}/user/{user_id}.json which will tell the users role in the group.

I know it's already in GET /api/v1/group/{id}/users.json ... but there is no way of getting that for just one user.