/
RX
rxfoodapp
/
InnerAnalytics MNT Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 8h ago
Details
Filter operations
admin
27
advisor-chat
7
auditor feedback
3
bookmarks
10
careteam
5
cgm
18
chef-admin
3
clinic
10
clinic link
1
clinic_invitation
1
clinician
1
clinician link
6
clinician tip
4
clinician_guidance
5
cliniko-booking
9
daily consumption
1
data review
71
data_management
23
database
2
diet restrictions
6
emotion
6
emotional_health
5
eval
1
exercise
7
food
83
get
Get the food information from the server
put
Validates Nutrients and returns warnings
patch
Update a food's associated user ids based on assignment
get
Gets change logs for a food
get
Return a data table of all foods and custom items.
get
Gets complete food details
put
Updates food details
get
Gets food details estimates
put
Gets calculated food details for a list of food components
get
Get the ontologies for the food editor
get
Get pre-uploaded food image by food name
get
Get the whiteboard notes for a food in the food editor
put
Update an existing whiteboard note for a food in the food editor
delete
Delete a whiteboard note for a food from the food editor
get
Get the whiteboard notes for a food in the food editor
post
Create a new whiteboard note for a food in the food editor
get
[DEPRECATED] Get the whiteboard notes for a food in the food editor
put
[DEPRECATED] Update an existing whiteboard note for a food in the food editor
delete
[DEPRECATED] Delete a whiteboard note for a food from the food editor
get
[DEPRECATED] Get the whiteboard notes for a food in the food editor
post
[DEPRECATED] Create a new whiteboard note for a food in the food editor
get
Export all addons assigned for all foods
get
Return complete food terms by autocomplete
get
List brands with optional filters
post
Create a new brand
get
Resolve a brand name to a canonical brand
get
Get a brand by ID
put
Update a brand
delete
Delete a brand
post
Add an alias to a brand
delete
Delete a brand alias
get
Returns a list of food items used for client-side search indexing
get
Gets food error flags
post
Request a new food item for the database
get
Gets a URL for uploading a meal photo (likely signed S3 URL)
get
Get the food information from the server by ndbno
get
Gets complete food details
get
Search for foods by NLP phrase.
get
Search foods by text. Return maximum of 20 items
post
Search foods by audio file
post
Search foods by audio file with results analyzed and queued for review (if required)
get
Search foods by brand names. Return maximum of 20 items
get
Search foods by text. Return maximum of 20 items
get
Search foods by manufacturer names. Return maximum of 20 items
post
Search foods by photo
post
Search foods by photo with fast food entry sorting algorithm applied
post
Search foods by photo with FFE algorithm applied and results put in a queue for backend review
post
OCR a photo to return a list of words found
get
Search foods by text. Return maximum of 20 items
get
Search foods by sentence and analyze using an NLP algorithm. Return maximum of 20 items
get
Log a meal with descriptive words with results analyzed and queued for review (if required)
post
Log a meal with descriptive words with results analyzed and queued for review (if required)
get
Testing endpoint
get
Testing endpoint
get
Search foods with diet restriction
get
Return complete food terms by suggest
get
update document on Azure by food name
post
Upload a meal photo
get
Get USDA food by fdcId
get
Get USDA food by fdcId
get
email csv from usda food data by fdcId
get
Search foods by text. Return maximum of 20 items
get
[DEPRECATED] Get the food information from the server
put
[DEPRECATED] Validates Nutrients and returns warnings
patch
[DEPRECATED] Update a food's associated user ids based on assignment
get
[DEPRECATED] Gets change logs for a food
get
[DEPRECATED] Gets complete food details
put
[DEPRECATED] Updates food details
get
[DEPRECATED] Gets food details estimates
get
[DEPRECATED] Get pre-uploaded food image by food name
put
Updates food canonical details
get
Get the options collection for a specific scope
get
Get the recent food of the patient from the server
get
Get the recent food of the patient from the server
get
Get favorite food of the patient from the server
put
Set favorite food of the patient
post
Create a new favorite
delete
Unset favorite food of the patient
get
Get favorite food of the patient from the server
get
Get the recent food of the patient from the server
get
Get the recent addons of the patient from the server. Includes regular and custom.
get
Get the recent meal items of the patient from the server
get
[DEPRECATED] Get the recent food of the patient from the server
goal
10
guided health
3
health_data
1
health_targets
11
hospital
31
image-detection
1
insights
2
internal
8
meal
27
meal_push_questions
6
meal-plan
20
meal-suggestions
1
media
2
medication
5
metrics
11
mindfulness
5
mobile-proto
1
motivations
6
movano
3
nft-summary
1
nlp
6
notification-engine
1
nutrition
2
nutrition-plan
7
oauth
6
openai
3
partner
3
partner-admin
12
partner-oauth
13
patient
29
patient_report
24
patientAppData
5
patients onboarding
5
privacy
1
recipes
30
reporting
63
shopping
15
sleep
5
steps
1
streak
1
stress
5
subscription
16
substitution suggestion
1
supplement
4
support
1
support meal trace
1
support-help
2
system
1
tasks
1
telemetry
2
test
1
testing
6
translations
1
user
7
user-surveys
4
water
3
webhook
12
weekly_reports
4
weight
5
food
Update a food's associated user ids based on assignment
patch
/food/assign_task
Query parameters
food_name
string
required
Request body
FoodAssignmentRequest
required
reviewed_by_user_id
number
nullable
scraped_by_user_id
number
nullable
Response
successful operation
FoodAssignmentResponse
required
assigned_to_user_id
number
required
food
string
required
next_status
string
required
Changes