| GET | /techstacks/{Slug}/previous-versions |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Slug | path | string | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Results | form | List<TechnologyStackHistory> | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TechnologyStackId | form | long | No | |
| Operation | form | string | Yes | |
| TechnologyIds | form | List<long> | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| Name | form | string | Yes | |
| VendorName | form | string | Yes | |
| Description | form | string | Yes | |
| AppUrl | form | string | Yes | |
| ScreenshotUrl | form | string | Yes | |
| Created | form | DateTime | No | |
| CreatedBy | form | string | Yes | |
| LastModified | form | DateTime | No | |
| LastModifiedBy | form | string | Yes | |
| IsLocked | form | bool | No | |
| OwnerId | form | string | Yes | |
| Slug | form | string | Yes | |
| Details | form | string | Yes | |
| DetailsHtml | form | string | Yes | |
| LastStatusUpdate | form | DateTime? | No | |
| OrganizationId | form | int? | No | |
| CommentsPostId | form | long? | No | |
| ViewCount | form | int | No | |
| FavCount | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /techstacks/{Slug}/previous-versions HTTP/1.1
Host: techstacks.io
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"results":[{"technologyStackId":0,"operation":"String","technologyIds":[0],"id":0,"name":"String","vendorName":"String","description":"String","appUrl":"String","screenshotUrl":"String","created":"0001-01-01T00:00:00.0000000","createdBy":"String","lastModified":"0001-01-01T00:00:00.0000000","lastModifiedBy":"String","isLocked":false,"ownerId":"String","slug":"String","details":"String","detailsHtml":"String","lastStatusUpdate":"0001-01-01T00:00:00.0000000","organizationId":0,"commentsPostId":0,"viewCount":0,"favCount":0}]}