TechStacks!

<back to all web services

GetAllTechnologyStacks

TechStacks
The following routes are available for this service:
GET/techstacks
GetAllTechnologyStacksResponse Parameters:
NameParameterData TypeRequiredDescription
ResultsformList<TechnologyStack>No
TotalformlongNo
TechnologyStack Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringNo
VendorNameformstringNo
DescriptionformstringNo
AppUrlformstringNo
ScreenshotUrlformstringNo
CreatedformDateTimeNo
CreatedByformstringNo
LastModifiedformDateTimeNo
LastModifiedByformstringNo
IsLockedformboolNo
OwnerIdformstringNo
SlugformstringNo
DetailsformstringNo
DetailsHtmlformstringNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyStackBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringNo
VendorNameformstringNo
DescriptionformstringNo
AppUrlformstringNo
ScreenshotUrlformstringNo
CreatedformDateTimeNo
CreatedByformstringNo
LastModifiedformDateTimeNo
LastModifiedByformstringNo
IsLockedformboolNo
OwnerIdformstringNo
SlugformstringNo
DetailsformstringNo
DetailsHtmlformstringNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /techstacks HTTP/1.1 
Host: techstacks.io 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	results: 
	[
		{
			id: 0,
			name: String,
			vendorName: String,
			description: String,
			appUrl: String,
			screenshotUrl: String,
			created: 0001-01-01,
			createdBy: String,
			lastModified: 0001-01-01,
			lastModifiedBy: String,
			isLocked: False,
			ownerId: String,
			slug: String,
			details: String,
			detailsHtml: String,
			lastStatusUpdate: 0001-01-01,
			organizationId: 0,
			commentsPostId: 0,
			viewCount: 0,
			favCount: 0
		}
	],
	total: 0
}