Newer Version Available
Batch Collection Input
- JSON example
-
1{ 2 "inputs": [ 3 { 4 "richInput": { 5 "subjectId": "me", 6 "body": { 7 "messageSegments": [ 8 { 9 "type": "Text", 10 "text": "Post Number 1" 11 }] 12 }, 13 "feedElementType": "FeedItem" 14 } 15 }, { 16 "richInput": { 17 "subjectId": "me", 18 "body": { 19 "messageSegments": [ 20 { 21 "type": "Text", 22 "text": "Post Number 2" 23 }] 24 }, 25 "feedElementType": "FeedItem" 26 } 27 }] 28} - Properties
-
Name Type Description Required or Optional Available Version inputs Batch Input[] Collection of inputs (request bodies) to be processed together. Every Batch Input request body’s richInput property must contain the same type of request body. Required 32.0