TechStacks!

<back to all web services

QueryTechStacks

AutoQueryTechStacks
The following routes are available for this service:
All Verbs/techstacks/query
QueryTechStacks Parameters:
NameParameterData TypeRequiredDescription
IdsqueryList<long>No
NamequerystringNo
VendorNamequerystringNo
NameContainsquerystringNo
VendorNameContainsquerystringNo
DescriptionContainsquerystringNo
Skipqueryint?No
Takequeryint?No
OrderByquerystringNo
OrderByDescquerystringNo
IncludequerystringNo
FieldsquerystringNo
MetaqueryDictionary<string, string>No
QueryDb<From, Into> Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
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
TechnologyStackView Parameters:
NameParameterData TypeRequiredDescription
Idformlong?No
NameformstringNo
VendorNameformstringNo
DescriptionformstringNo
AppUrlformstringNo
ScreenshotUrlformstringNo
CreatedformDateTime?No
CreatedByformstringNo
LastModifiedformDateTime?No
LastModifiedByformstringNo
IsLockedformbool?No
OwnerIdformstringNo
SlugformstringNo
DetailsformstringNo
DetailsHtmlformstringNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformint?No
FavCountformint?No
QueryResponse<Post> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<Post>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo
Post Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
OrganizationIdformintNo
UserIdformintNo
TypeformPostTypeNo
CategoryIdformintNo
TitleformstringNo
SlugformstringNo
UrlformstringNo
ImageUrlformstringNo
ContentformstringNo
ContentHtmlformstringNo
PinCommentIdformlong?No
TechnologyIdsformint[]No
FromDateformDateTime?No
ToDateformDateTime?No
LocationformstringNo
MetaTypeformstringNo
MetaformstringNo
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
DeletedByformstringNo
LockedformDateTime?No
LockedByformstringNo
HiddenformDateTime?No
HiddenByformstringNo
StatusformstringNo
StatusDateformDateTime?No
StatusByformstringNo
ArchivedformboolNo
BumpedformDateTime?No
CreatedformDateTimeNo
CreatedByformstringNo
ModifiedformDateTimeNo
ModifiedByformstringNo
RefIdformlong?No
RefSourceformstringNo
RefUrnformstringNo
PostType Enum:
AnnouncementAnnouncements
PostPosts
ShowcaseShowcase
QuestionQuestions
RequestFeature Requests

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /techstacks/query HTTP/1.1 
Host: techstacks.io 
Accept: application/json
Content-Type: application/json
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: application/json
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"}}}