TechStacks!

<back to all web services

FindTechStacks

AutoQueryTechStacks
The following routes are available for this service:
All Verbs/techstacks/search
FindTechStacks Parameters:
NameParameterData TypeRequiredDescription
IdsqueryList<long>Yes
NamequerystringYes
VendorNamequerystringYes
NameContainsquerystringYes
VendorNameContainsquerystringYes
DescriptionContainsquerystringYes
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
TechnologyStackBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringYes
VendorNameformstringYes
DescriptionformstringYes
AppUrlformstringYes
ScreenshotUrlformstringYes
CreatedformDateTimeNo
CreatedByformstringYes
LastModifiedformDateTimeNo
LastModifiedByformstringYes
IsLockedformboolNo
OwnerIdformstringYes
SlugformstringYes
DetailsformstringYes
DetailsHtmlformstringYes
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyStackView Parameters:
NameParameterData TypeRequiredDescription
Idformlong?No
NameformstringYes
VendorNameformstringYes
DescriptionformstringYes
AppUrlformstringYes
ScreenshotUrlformstringYes
CreatedformDateTime?No
CreatedByformstringYes
LastModifiedformDateTime?No
LastModifiedByformstringYes
IsLockedformbool?No
OwnerIdformstringYes
SlugformstringYes
DetailsformstringYes
DetailsHtmlformstringYes
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformint?No
FavCountformint?No
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<Post>Yes
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo
Post Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
OrganizationIdformintNo
UserIdformintNo
UserProfileUrlformstringYes
TypeformPostTypeNo
CategoryIdformintNo
TitleformstringYes
SlugformstringYes
UrlformstringYes
ImageUrlformstringYes
ContentformstringYes
ContentHtmlformstringYes
PinCommentIdformlong?No
TechnologyIdsformint[]Yes
FromDateformDateTime?No
ToDateformDateTime?No
LocationformstringYes
MetaTypeformstringYes
MetaformstringYes
ApprovedformboolNo
UpVotesformlongNo
DownVotesformlongNo
PointsformlongNo
ViewsformlongNo
FavoritesformlongNo
SubscribersformintNo
ReplyCountformintNo
CommentsCountformintNo
WordCountformintNo
ReportCountformintNo
LinksCountformintNo
LinkedToCountformintNo
ScoreformintNo
RankformintNo
Labelsformstring[]No
RefUserIdsformint[]No
RefLinksformstring[]No
MuteUserIdsformint[]No
LastCommentDateformDateTime?No
LastCommentIdformlong?No
LastCommentUserIdformint?No
DeletedformDateTime?No
DeletedByformstringYes
LockedformDateTime?No
LockedByformstringYes
HiddenformDateTime?No
HiddenByformstringYes
StatusformstringYes
StatusDateformDateTime?No
StatusByformstringYes
ArchivedformboolNo
BumpedformDateTime?No
CreatedformDateTimeNo
CreatedByformstringYes
ModifiedformDateTimeNo
ModifiedByformstringYes
RefIdformlong?No
RefSourceformstringYes
RefUrnformstringYes
PostType Enum:
AnnouncementAnnouncements
PostPosts
ShowcaseShowcase
QuestionQuestions
RequestFeature Requests

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

HTTP + OTHER

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

POST /techstacks/search HTTP/1.1 
Host: techstacks.io 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"ids":[0],"name":"String","vendorName":"String","nameContains":"String","vendorNameContains":"String","descriptionContains":"String","skip":0,"take":0,"orderBy":"String","orderByDesc":"String","include":"String","fields":"String","meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"offset":0,"total":0,"results":[{"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}],"meta":{"String":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}