TechStacks!

<back to all web services

FindTechnologies

AutoQueryTech
The following routes are available for this service:
All Verbs/technology/search
FindTechnologies 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
Technology 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
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
TechnologyView Parameters:
NameParameterData TypeRequiredDescription
Idformlong?No
NameformstringNo
VendorNameformstringNo
VendorUrlformstringNo
ProductUrlformstringNo
LogoUrlformstringNo
DescriptionformstringNo
CreatedformDateTime?No
CreatedByformstringNo
LastModifiedformDateTime?No
LastModifiedByformstringNo
OwnerIdformstringNo
SlugformstringNo
LogoApprovedformbool?No
IsLockedformbool?No
TierformTechnologyTier?No
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 .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.

POST /technology/search HTTP/1.1 
Host: techstacks.io 
Accept: text/jsv
Content-Type: text/jsv
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/jsv
Content-Length: length

{
	offset: 0,
	total: 0,
	results: 
	[
		{
			id: 0,
			name: String,
			vendorName: String,
			vendorUrl: String,
			productUrl: String,
			logoUrl: String,
			description: String,
			created: 0001-01-01,
			createdBy: String,
			lastModified: 0001-01-01,
			lastModifiedBy: String,
			ownerId: String,
			slug: String,
			logoApproved: False,
			isLocked: False,
			tier: ProgrammingLanguage,
			lastStatusUpdate: 0001-01-01,
			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
		}
	}
}