Trendsic Platform Service

<back to all web services

FactFinderPulseRequest

Requires Authentication
The following routes are available for this service:
OPTIONS,GET/v1/FactFinder/Pulse
import 'package:servicestack/servicestack.dart';
import 'dart:typed_data';

class FactFinderPulseRequest implements IConvertible
{
    FactFinderPulseRequest();
    FactFinderPulseRequest.fromJson(Map<String, dynamic> json) : super();
    fromMap(Map<String, dynamic> json) {
        return this;
    }

    Map<String, dynamic> toJson() => {};
    getTypeName() => "FactFinderPulseRequest";
    TypeContext? context = _ctx;
}

TypeContext _ctx = TypeContext(library: 'api.dev.dynamics.trendsic.com', types: <String, TypeInfo> {
    'FactFinderPulseRequest': TypeInfo(TypeOf.Class, create:() => FactFinderPulseRequest()),
});

Dart FactFinderPulseRequest DTOs

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

HTTP + XML

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

GET /v1/FactFinder/Pulse HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: application/xml