Trendsic Platform Service

<back to all web services

ApplicationListRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/field/applications
ApplicationListRequest Parameters:
NameParameterData TypeRequiredDescription
ProjectIDqueryintNo
AgreementJobIDqueryintNo
FromDatequerystringNo
ToDatequerystringNo
ApplicationResponse Parameters:
NameParameterData TypeRequiredDescription
ApplicationsformList<ApplicationView>No
ChemicalApplicationIDformintNo
ResponseStatusformResponseStatusNo
ApplicationView Parameters:
NameParameterData TypeRequiredDescription
ChemicalApplicationIDformintNo
AppliedAtformDateTime?No
AreaTreatedformstringNo
ProductNameformstringNo
EpaRegistrationNumberformstringNo
AmountAppliedformdecimal?No
AmountUnitformstringNo
ConcentrationformstringNo
TreatedQuantityformdecimal?No
TreatedUnitformstringNo
TargetPestformstringNo
ApplicatorNameformstringNo
ApplicatorLicenceformstringNo
WindSpeedMphformdecimal?No
WindDirectionformstringNo
TemperatureFformdecimal?No
NotesformstringNo
SubmittedAtformDateTime?No
AmendsApplicationIDformint?No
IsAmendedformboolNo

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 /v1/field/applications HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Applications: 
	[
		{
			ChemicalApplicationID: 0,
			AppliedAt: 0001-01-01,
			AreaTreated: String,
			ProductName: String,
			EpaRegistrationNumber: String,
			AmountApplied: 0,
			AmountUnit: String,
			Concentration: String,
			TreatedQuantity: 0,
			TreatedUnit: String,
			TargetPest: String,
			ApplicatorName: String,
			ApplicatorLicence: String,
			WindSpeedMph: 0,
			WindDirection: String,
			TemperatureF: 0,
			Notes: String,
			SubmittedAt: 0001-01-01,
			AmendsApplicationID: 0,
			IsAmended: False
		}
	],
	ChemicalApplicationID: 0,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}