Crew
CrewfindAll
GET https://server.dorunapp.com/crew
Headers
Name
Type
Description
Authorization*
String
"data":[
{crew1},
{crew2},
....
],
"message" : "success"
}{
"message" : "Internal Server Error",
"errormsg" : error
}CrewCreate
POST https://server.dorunapp.com/crew
Headers
Name
Type
Description
Authorization*
String
Request Body
Name
Type
Description
level
String
time
String
location
String
title
String
desc
String
personnel
String
date
String
departure
String
distance
String
CrewEdit
PATCH https://server.dorunapp.com/crew/{crewId}
Headers
Name
Type
Description
Authorization*
String
Request Body
Name
Type
Description
title
String
desc
String
limit
int
level
String
time
String
location
String
Crew
GET https://server.dorunapp.com/crew/{crewId}
Headers
Name
Type
Description
Authorization*
String
CrewDelete
DELETE https://server.dorunapp.com/crew/{userId}
Headers
Name
Type
Description
Authorization*
String
JoinCrew
GET https://server.dorunapp.com/{userId}/{crewId}
Headers
Name
Type
Description
Authorization*
String
Last updated