TechStacks!

<back to all web services

GetTechnologyStack

TechStacks
The following routes are available for this service:
GET/techstacks/{Slug}
GetTechnologyStack Parameters:
NameParameterData TypeRequiredDescription
SlugpathstringNo
GetTechnologyStackResponse Parameters:
NameParameterData TypeRequiredDescription
CreatedformDateTimeNo
ResultformTechStackDetailsNo
ResponseStatusformResponseStatusNo
TechStackDetails Parameters:
NameParameterData TypeRequiredDescription
TechnologyChoicesformList<TechnologyInStack>No
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
TechnologyInStack Parameters:
NameParameterData TypeRequiredDescription
TechnologyIdformlongNo
TechnologyStackIdformlongNo
JustificationformstringNo
IdformlongNo
NameformstringNo
VendorNameformstringNo
VendorUrlformstringNo
ProductUrlformstringNo
LogoUrlformstringNo
DescriptionformstringNo
CreatedformDateTimeNo
CreatedByformstringNo
LastModifiedformDateTimeNo
LastModifiedByformstringNo
OwnerIdformstringNo
SlugformstringNo
LogoApprovedformboolNo
IsLockedformboolNo
TierformTechnologyTierNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringNo
VendorNameformstringNo
VendorUrlformstringNo
ProductUrlformstringNo
LogoUrlformstringNo
DescriptionformstringNo
CreatedformDateTimeNo
CreatedByformstringNo
LastModifiedformDateTimeNo
LastModifiedByformstringNo
OwnerIdformstringNo
SlugformstringNo
LogoApprovedformboolNo
IsLockedformboolNo
TierformTechnologyTierNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyTier Enum:
ProgrammingLanguageProgramming Languages
ClientClient Libraries
HttpHTTP Server Technologies
ServerServer Libraries
DataDatabases and NoSQL Datastores
SoftwareInfrastructureServer Software
OperatingSystemOperating Systems
HardwareInfrastructureCloud/Hardware Infrastructure
ThirdPartyServices3rd Party APIs/Services

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

HTTP + CSV

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

GET /techstacks/{Slug} HTTP/1.1 
Host: techstacks.io 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"created":"0001-01-01T00:00:00.0000000","result":{"technologyChoices":[{"technologyId":0,"technologyStackId":0,"justification":"String","id":0,"name":"String","vendorName":"String","vendorUrl":"String","productUrl":"String","logoUrl":"String","description":"String","created":"0001-01-01T00:00:00.0000000","createdBy":"String","lastModified":"0001-01-01T00:00:00.0000000","lastModifiedBy":"String","ownerId":"String","slug":"String","logoApproved":false,"isLocked":false,"tier":"ProgrammingLanguage","lastStatusUpdate":"0001-01-01T00:00:00.0000000","organizationId":0,"commentsPostId":0,"viewCount":0,"favCount":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},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}