get https://api.sqldbm.com/projects//revisions
Return a list of revisions for a given project.
Example:
{
data : [
{id: 14480, name: "Initial Revision", number: 1, createdDate: "2022-09-01T22:05:07.64-07:00", createdby: {email: "[email protected]", name: "A.Gonsales"}}
{id: 14481, name: "Initial Revision", number: 2, createdDate: "2022-09-01T22:05:26.25-07:00", createdby: {email: "[email protected]", name: "A.Gonsales"}}
{id: 14482, name: "Initial Revision", number: 3, createdDate: "2022-09-01T22:05:26.74-07:00", createdby: {email: "[email protected]", name: "A.Gonsales"}}
{id: 14483, name: "Initial Revision", number: 4, createdDate: "2022-09-01T22:05:49.15-07:00", createdby: {email: "[email protected]", name: "A.Gonsales"}}
{id: 14484, name: "Initial Revision", number: 5, createdDate: "2022-09-01T22:06:19.44-07:00", createdby: {email: "A.G[email protected]", name: "A.Gonsales"}}
{id: 14485, name: "Initial Revision", number: 6, createdDate: "2022-09-01T22:06:19.44-07:00", createdby: {email: "[email protected]", name: ""}}
]
}